Quick tip: SmartIcon to ping PlanetLotus
Category smarticon
If you use Notes to post to your blog and want to ping PlanetLotus as soon as you post a new blog entry, navigate to your profile on the site (i.e., click your name in the list of blogs in the lower left), then view the page source and search for "dofeedupdate". You'll find an onclick event of "dofeedupdate('##')", where "##" is the id of your feed (87, in my case). Create a toolbar button with the following code:
Replace "##" with the id of your blog feed, and you're set. Naturally, you can also create a browser bookmark to the same URL, but for those of us who blog using Notes, this provides an easy ping without needing to launch (or switch to) a separate browser.
If you use Notes to post to your blog and want to ping PlanetLotus as soon as you post a new blog entry, navigate to your profile on the site (i.e., click your name in the list of blogs in the lower left), then view the page source and search for "dofeedupdate". You'll find an onclick event of "dofeedupdate('##')", where "##" is the id of your feed (87, in my case). Create a toolbar button with the following code:
@URLOpen("http://planetlotus.org/rss/dofeedupdate.php?id=##")
Replace "##" with the id of your blog feed, and you're set. Naturally, you can also create a browser bookmark to the same URL, but for those of us who blog using Notes, this provides an easy ping without needing to launch (or switch to) a separate browser.
Comments
Posted by Craig Wiseman At 02:31:04 PM On 07/31/2008 | - Website - |
I skipped the important part!
Posted by Craig Wiseman At 02:51:32 PM On 07/31/2008 | - Website - |
How do you know your feed ID?
Posted by Craig Wiseman At 02:46:54 PM On 07/31/2008 | - Website - |
Posted by Luis Benitez At 04:45:54 PM On 11/30/2010 | - Website - |