Joeychgo
05-10-2005, 11:26 PM
Let your Users add your RSS to their My Yahoo Homepage
First go to here: Yahoo RSS Help (http://my.yahoo.com/s/faq/rss/publishers.html) and read about it a little.
When you announce this, make it someplace new members can easily find it - such as your homepage or portal.
The link code for your RSS should look like this:
http://www.vbwebmaster.com/forums/external.php?type=rss2 (http://www.vbwebmaster.com/forums/external.php?type=rss2)
If you have VBA CMPS - here is how you can add a module that contains the info.
Creat a template called adv_portal_add2yahoo and place the below code in it
<table align="center" border="0" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" class="tborder" width="100%">
<tr>
<td class="tcat"><span class="smallfont"><b>$vba_options[portal_blockbullet]Add Us To Your My Yahoo Page</b></span></td>
</tr>
<tr>
<td class="$getbgrow" width="100%">
Click the image below to add the latest posts from this site to your My Yahoo Page<br><br>
<!-- Begin custom code -->
<!-- End custom code -->
</td>
</tr>
</table>
<br />
Replace the code between the CUSTOM CODE brackets with the code you get from here: http://my.yahoo.com/s/button.html
Now - make a module called "Add To My Yahoo" --- Template to include: "add2yahoo"
Thats IT --- pretty simple to do.
-
First go to here: Yahoo RSS Help (http://my.yahoo.com/s/faq/rss/publishers.html) and read about it a little.
When you announce this, make it someplace new members can easily find it - such as your homepage or portal.
The link code for your RSS should look like this:
http://www.vbwebmaster.com/forums/external.php?type=rss2 (http://www.vbwebmaster.com/forums/external.php?type=rss2)
If you have VBA CMPS - here is how you can add a module that contains the info.
Creat a template called adv_portal_add2yahoo and place the below code in it
<table align="center" border="0" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" class="tborder" width="100%">
<tr>
<td class="tcat"><span class="smallfont"><b>$vba_options[portal_blockbullet]Add Us To Your My Yahoo Page</b></span></td>
</tr>
<tr>
<td class="$getbgrow" width="100%">
Click the image below to add the latest posts from this site to your My Yahoo Page<br><br>
<!-- Begin custom code -->
<!-- End custom code -->
</td>
</tr>
</table>
<br />
Replace the code between the CUSTOM CODE brackets with the code you get from here: http://my.yahoo.com/s/button.html
Now - make a module called "Add To My Yahoo" --- Template to include: "add2yahoo"
Thats IT --- pretty simple to do.
-

