The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Insert "recent topic widget" to other site?

4 posters

Go down

In progress Insert "recent topic widget" to other site?

Post by HIH13 Wed 28 Aug 2013 - 22:49

Hi. Hello 

Is it possible to get some kind of embed code for the "Recent topics" widget of my forumotion forum and add it to my wordpress site?
avatar
HIH13
New Member

Posts : 23
Reputation : 1
Language : english

Back to top Go down

In progress Re: Insert "recent topic widget" to other site?

Post by Ikerepc Wed 28 Aug 2013 - 23:00

I'm sorry, but no, there haven't code. I'm try to make that too.
Ikerepc
Ikerepc
Active Poster

Male Posts : 1186
Reputation : 167
Language : Who cares...
Location : Where web help & support is needed

http://admins.forumotion.com

Back to top Go down

In progress Re: Insert "recent topic widget" to other site?

Post by HIH13 Thu 29 Aug 2013 - 15:40

Hmm, this isnt good, will wait for some more answer. But it was gonna be just nice if there was such a plugin for wordpress-forumotion
avatar
HIH13
New Member

Posts : 23
Reputation : 1
Language : english

Back to top Go down

In progress Re: Insert "recent topic widget" to other site?

Post by Ikerepc Thu 29 Aug 2013 - 15:44

I don't know, wait someone from staff.
Bye
Ikerepc
Ikerepc
Active Poster

Male Posts : 1186
Reputation : 167
Language : Who cares...
Location : Where web help & support is needed

http://admins.forumotion.com

Back to top Go down

In progress Re: Insert "recent topic widget" to other site?

Post by Sir Chivas™ Fri 30 Aug 2013 - 6:35

Hi,

We're sorry, we cannot hand out the recent topic widget coding.
Sir Chivas™
Sir Chivas™
Helper
Helper

Male Posts : 6983
Reputation : 457
Language : EN, FR, ES
Location : || CSS || HTML || Graphics Designs || Support ||

https://aforums.org

Back to top Go down

In progress Re: Insert "recent topic widget" to other site?

Post by HIH13 Fri 30 Aug 2013 - 9:47

Ok, too bad. Topic solved.
avatar
HIH13
New Member

Posts : 23
Reputation : 1
Language : english

Back to top Go down

In progress Re: Insert "recent topic widget" to other site?

Post by Cassius Dio Fri 30 Aug 2013 - 11:01

Hi, bye

First step:
Go to "Administration Panel ~> Modules ~> HTML & JAVASCRIPT ~> JavaScript codes management", create a new code and add:
Code:
$(document).ready(function(){
$('.forumline').has('td.catLeft:contains("Latest topics")').attr('id','latestopics)');
});
Second step:
Go to your wordpress site, in the place you want to add your "Latest topics" widget add this code:
Code:
<script type="text/javascript">
jQuery(document).ready(function(){
jQuery('#widgetplace').load('/Your website URL #latestopics');
});
</script>
<div id="widgetplace"></div>
Replace "Your website URL" to your forum URL in with page you have "Latest topics" widget. For example:
Code:
<script type="text/javascript">
jQuery(document).ready(function(){
jQuery('#widgetplace').load('/http://help.forumotion.com/ #latestopics');
});
</script>
<div id="widgetplace"></div>
Note: This codes works for phpBB2 version only. As I see in your profile, your forum versions is phpBB2. thumleft 
Cassius Dio
Cassius Dio
Forumember

Male Posts : 581
Reputation : 79
Language : Romanian &English
Location : Yellow Submarine

http://beatles.forummo.com/

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum