Latest topic - RSS feed for website ?
3 posters
Page 1 of 1
Latest topic - RSS feed for website ?
Ok i have a website, and i have my forum(forummotion forum) embedded into the website using the iframe html code. i was wondering is there a way to embed the "latest topics" module widget. into my website.? using RSS feed or some kind of code ?
-is this possible
joe smith
-is this possible
joe smith
Joe Smith- New Member
- Posts : 2
Reputation : 0
Language : English
Joe Smith- New Member
- Posts : 2
Reputation : 0
Language : English
Re: Latest topic - RSS feed for website ?
bump a head 

bajakaja- New Member
- Posts : 4
Reputation : 0
Language : english
Re: Latest topic - RSS feed for website ?
Make a portal first, and then, in that portal add the "Recent topics" module.
It's not necessary to use that portal, just look at his number, and replace in the link from the code: /?pid=1 with that number.
Once you have the portal created, just use the code:
If you want to use the script in a html page you must declare the jquery first.
It's not necessary to use that portal, just look at his number, and replace in the link from the code: /?pid=1 with that number.
Once you have the portal created, just use the code:
- Code:
<script>
jQuery.get('/?pid=1', function(data) {
html = jQuery('.module #comments_scroll_div', data).html();
jQuery('#comments_scroll_container').html(html);
});
</script>
<div id="comments_scroll_container"></div>
If you want to use the script in a html page you must declare the jquery first.

» Want to add a RSS Feed from meetup.com site...Just like the Latest Topics Feed on the fourmotion...
» how can i add rrs feed to my website or make my website rss
» RSS feed for latest post
» Regarding my website RSS Feed
» Latest topics/posts feed on my websites homepage
» how can i add rrs feed to my website or make my website rss
» RSS feed for latest post
» Regarding my website RSS Feed
» Latest topics/posts feed on my websites homepage
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum