Was just curious. If there are, follow me at http://twitter.com/CoffeeTalkee
Thanks!
Was just curious. If there are, follow me at http://twitter.com/CoffeeTalkee Thanks! |
you can follow me at: http://twitter.com/CosmoBC |
Is there a way to put a twitter feed in a Dolphin page block? Is there such thing as a twitter feed? I'm new to it. |
Every Twitter account has an RSS feed. My opinions expressed on this site, in no way represent those of Boonex or Boonex employees. |
I signed up a couple of weeks ago http://twitter.com/jamestadeo Not much there but it's a start. I am wondering if there is a way to create an integration with Dolphin. It might a cool project to do for fun. Updating my BoonexNerd.net site. |
What's to integrate? If it has an RSS feed you can put it in a block - at lease I assume you can. You mean let users create their own feeds? |
Rob, already integrated. If you would like to add Twitter to your site do the following:
templates/base/_footer.html
Locate:
</body>
Place the twitter RSS Feed directly above it like this:
<div style="position:absolute;top:20px;left:500px;width:1px;height:1px;">
<a href:"http://twitterrssfeedinfo"> Twitter RSS Feed </a>
Or you can open templates/base/_header.html
Chose the location you would like the code to appear at (IE before menu, before hello again or wherever you want it)
Input this line:
<div style="position:absolute;top:20px;left:500px;width:1px;height:1px;">
<a href:"http://Place twitter RSS code here"> Twitter RSS Feed</a>
</div>
You can then position it by adjust the top:20px; & left:500px; to whereever you would like it. This will place the twitter RSS Feed code whereever you need it. The only part of this left to work out is how to update the RSS Feed to Twitter, which you do at your Twitter page. Pretty simple integration and it places it on every page.
Good luck and enjoy. |
What's to integrate? If it has an RSS feed you can put it in a block - at lease I assume you can. You mean let users create their own feeds? What I mean is have a way to update your twitter page based on user selected data from Dolphin. For example if you update your profile or a field called twitterpage, it will automatically update it on your twitter page. The idea is that you don't have to login to update your twitter page, you will be able to do it from Dolphin. Updating my BoonexNerd.net site. |
What's to integrate? If it has an RSS feed you can put it in a block - at lease I assume you can. You mean let users create their own feeds? What I mean is have a way to update your twitter page based on user selected data from Dolphin. For example if you update your profile or a field called twitterpage, it will automatically update it on your twitter page. The idea is that you don't have to login to update your twitter page, you will be able to do it from Dolphin. James I would be up for this if someone has the know how. clubbeyourself |
What I mean is have a way to update your twitter page based on user selected data from Dolphin. For example if you update your profile or a field called twitterpage, it will automatically update it on your twitter page. The idea is that you don't have to login to update your twitter page, you will be able to do it from Dolphin.
This might be useful for such a project: http://lab.arc90.com/2008/06/php_twitter_api_client.php My opinions expressed on this site, in no way represent those of Boonex or Boonex employees. |