Difference between revisions of "OpenTutorial:Promote"

From OpenTutorial
Jump to navigation Jump to search
m
m (Reverted edits by UsbNnh (Talk); changed back to last version by Hapa)
 
Line 11: Line 11:
 
== Subscribe to OpenTutorial's RSS feeds ==
 
== Subscribe to OpenTutorial's RSS feeds ==
 
* New Page Feeds
 
* New Page Feeds
** [http://www.opentutorial.com/index.php?title=Special:Newpages
+
** [http://www.opentutorial.com/index.php?title=Special:Newpages&feed=rss RSS Feed]
 +
** [http://www.opentutorial.com/index.php?title=Special:Newpages&feed=atom Atom Feed]
 +
 
 +
* Recent Change Feeds
 +
** [http://www.opentutorial.com/index.php?title=Special:Recentchanges&feed=rss RSS Feed]
 +
** [http://www.opentutorial.com/index.php?title=Special:Recentchanges&feed=atom Atom Feed]
 +
 
 +
For more info on RSS feeds see [http://en.wikipedia.org/wiki/RSS_%28file_format%29 Wikipedia RSS]
 +
For more info on Atom feeds see [http://en.wikipedia.org/wiki/RSS_%28file_format%29#Atom Wikipedia Atom]
 +
 
 +
== Feed Burner ==
 +
[[image:OpenTutorialNewPages.gif|framed|none|right|Feed Burner Animated Gif]]
 +
 
 +
 
 +
 
 +
 
 +
[http://www.feedburner.com Feed Burner] Headline Animated gifs
 +
 
 +
This code creates an animated gif with the 5 most recently created tutorials. Excellent for posting on MySpace.
 +
 
 +
 
 +
<pre><nowiki>
 +
<a href="http://feeds.feedburner.com/OpenTutorialNewPages"><img src="http://feeds.feedburner.com/OpenTutorialNewPages.gif"
 +
style="border:0" alt="OpenTutorial - New Pages"/></a>
 +
</nowiki>
 +
</pre>
 +
== Flass RSS Reader (Experimental) ==
 +
Currently in development is a Flash RSS reader for displaying in forums and on MySpace Pages.  You can see one in action on my MySpace page at [http://www.myspace.com/hapa01 www.myspace.com/hapa01]
 +
 
 +
To add to your pages just copy and paste the following code onto your page:
 +
<pre>
 +
<nowiki>
 +
<p align="Center">
 +
<embed allowscriptaccess="never" src="http://www.opentutorial.com/images/myspace/flashrss/rssr.swf" height="130" width="450"><br />
 +
<a href="http://www.opentutorial.com">OpenTurorial - Tutorials about Everything by Anyone</a>
 +
</p>
 +
</nowiki>
 +
</pre>
 +
 
 +
This is still experimental and will probably be going through a number of changes in the future. A number of features need to be added such as changeable background color - different skins and such.
 +
 
 +
== Banner Ads ==
 +
Directions:
 +
 
 +
* Save the file to your computer by right Clicking the image below and select "Save Image As" (Firefox) or "Save Picture As" (Internet Explorer)
 +
* Upload the image to your Server
 +
* Copy and paste the code to your web page. Make sure the image tag points to where the image file is on your server
 +
 
 +
=== Banner ad 01 ===
 +
 
 +
 
 +
==== 728x90 ====
 +
[[image:open_tutorial_banner01-728x90.gif]]
 +
 
 +
Code:
 +
  <a href="http://www.opentutorial.com"><img width="728" height="90" src="open_tutorial_banner01-728x90.gif"></a>
 +
 
 +
 
 +
==== 468x60 ====
 +
[[image:open_tutorial_banner01-468x60.gif]]
 +
 
 +
Code:
 +
<a href="http://www.opentutorial.com"><img width="468" height="60" src="open_tutorial_banner01-468x60.gif"></a>
 +
 
 +
 
 +
==== 234x60 ====
 +
[[image:open_tutorial_banner01-234x60.gif]]
 +
 
 +
Code:
 +
<a href="http://www.opentutorial.com"><img width="234" height="60" src="open_tutorial_banner01-234x60.gif"></a>

Latest revision as of 04:16, 10 June 2007

There are several ways you can help to Promote OpenTutorial adding links and ads to your website, MySpace pages or forums that you may visit. Talk to your friends and neighbors about the site. Adding to the content of this site will increase it's chance of popping up on search pages.

OpenTutorial Promotions Page

Here is a collection of ideas for the promotion of OpenTutorial.

Bookmark OpenTutorial

See set an internet bookmark

Subscribe to OpenTutorial's RSS feeds

For more info on RSS feeds see Wikipedia RSS For more info on Atom feeds see Wikipedia Atom

Feed Burner

Feed Burner Animated Gif



Feed Burner Headline Animated gifs

This code creates an animated gif with the 5 most recently created tutorials. Excellent for posting on MySpace.


<a href="http://feeds.feedburner.com/OpenTutorialNewPages"><img src="http://feeds.feedburner.com/OpenTutorialNewPages.gif" 
style="border:0" alt="OpenTutorial - New Pages"/></a>

Flass RSS Reader (Experimental)

Currently in development is a Flash RSS reader for displaying in forums and on MySpace Pages. You can see one in action on my MySpace page at www.myspace.com/hapa01

To add to your pages just copy and paste the following code onto your page:


<p align="Center">
 <embed allowscriptaccess="never" src="http://www.opentutorial.com/images/myspace/flashrss/rssr.swf" height="130" width="450"><br />
 <a href="http://www.opentutorial.com">OpenTurorial - Tutorials about Everything by Anyone</a>
</p>

This is still experimental and will probably be going through a number of changes in the future. A number of features need to be added such as changeable background color - different skins and such.

Directions:

  • Save the file to your computer by right Clicking the image below and select "Save Image As" (Firefox) or "Save Picture As" (Internet Explorer)
  • Upload the image to your Server
  • Copy and paste the code to your web page. Make sure the image tag points to where the image file is on your server

728x90

Open tutorial banner01-728x90.gif

Code:

 <a href="http://www.opentutorial.com"><img width="728" height="90" src="open_tutorial_banner01-728x90.gif"></a>


468x60

Open tutorial banner01-468x60.gif

Code:

<a href="http://www.opentutorial.com"><img width="468" height="60" src="open_tutorial_banner01-468x60.gif"></a>


234x60

Open tutorial banner01-234x60.gif

Code:

<a href="http://www.opentutorial.com"><img width="234" height="60" src="open_tutorial_banner01-234x60.gif"></a>