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.

Like and tweet button

5 posters

Go down

Like and tweet button Empty Like and tweet button

Post by hanzboyz September 12th 2011, 3:24 pm

How can every post for topic starter it show like and tweet button ?

For phpbb2
hanzboyz
hanzboyz
Forumember

Male Posts : 269
Reputation : 11
Language : Indonesia
Location : http://ps-3.co.cc

http://playstation3.all-up.com

Back to top Go down

Like and tweet button Empty Re: Like and tweet button

Post by MrMario September 12th 2011, 8:31 pm

What do you mean?
MrMario
MrMario
Helper
Helper

Male Posts : 22186
Reputation : 1839
Language : test

Back to top Go down

Like and tweet button Empty Re: Like and tweet button

Post by hanzboyz September 13th 2011, 11:53 am

at this link : http://ol-shop.co.cc

Like and tweet button D10

Like and tweet button S10

so i mean at here is, how to show this like and tweet button in every topic starter post ? Like screenshot put this 2 button at box with red colour i make it there...


Like and tweet button FMSig-1
hanzboyz
hanzboyz
Forumember

Male Posts : 269
Reputation : 11
Language : Indonesia
Location : http://ps-3.co.cc

http://playstation3.all-up.com

Back to top Go down

Like and tweet button Empty Re: Like and tweet button

Post by hanzboyz September 14th 2011, 6:15 am

Bump
hanzboyz
hanzboyz
Forumember

Male Posts : 269
Reputation : 11
Language : Indonesia
Location : http://ps-3.co.cc

http://playstation3.all-up.com

Back to top Go down

Like and tweet button Empty Re: Like and tweet button

Post by Empire_1 September 14th 2011, 6:36 am

Hi,

Are you saying you want to have a like button in a topic?
Empire_1
Empire_1
Active Poster

Male Posts : 1391
Reputation : 125
Language : English, Spanish, Mandarin, C++
Location : Summoner's Rift

Back to top Go down

Like and tweet button Empty Re: Like and tweet button

Post by hanzboyz September 14th 2011, 7:54 am

Like and tweet button on every topic starter post..
hanzboyz
hanzboyz
Forumember

Male Posts : 269
Reputation : 11
Language : Indonesia
Location : http://ps-3.co.cc

http://playstation3.all-up.com

Back to top Go down

Like and tweet button Empty Re: Like and tweet button

Post by hanzboyz September 14th 2011, 7:10 pm

bump
hanzboyz
hanzboyz
Forumember

Male Posts : 269
Reputation : 11
Language : Indonesia
Location : http://ps-3.co.cc

http://playstation3.all-up.com

Back to top Go down

Like and tweet button Empty Re: Like and tweet button

Post by gamamulya September 14th 2011, 7:24 pm

Have a look at this link :

https://help.forumotion.com/n93863-new-update-anti-spam-system-google-1-widget


Go to :
admin panel>> modules>> Portal management (or: Forum widgets management)>> personal Widgets >> share.


For forums that already have a substantial number of personal widgets, the new social widget will not appear automatically. in this case the addition of the new widget "like", "tweet" and Google +1 should be done manually by the administrator using the steps below:

access the admin panel>> modules>> Portal management (or: Forum widgets management)>> personal Widgets

click on "create a widget"

Widget name + table type + Widget title: as desired

Widget Source: put the following code and save:

CODE:
<div align="center" id="FM_widget_share"></div>


place the new widget where you want

edit : writen by The Godfather
gamamulya
gamamulya
Forumember

Male Posts : 192
Reputation : 25
Language : English, Indonesian, Deutsch ( Germany ), Japanesse
Location : Everywhere Everyplaces

http://experience.forum.st

Back to top Go down

Like and tweet button Empty Re: Like and tweet button

Post by hanzboyz September 14th 2011, 8:17 pm

so what code like my question ?
put the like and tweet button at red colour square i mark at there ( see the screeenshot i give )...

as you can see at my forum link i give at first post and screenshot...


i dont want use this : admin panel > modules > forum widget management <- read that...
hanzboyz
hanzboyz
Forumember

Male Posts : 269
Reputation : 11
Language : Indonesia
Location : http://ps-3.co.cc

http://playstation3.all-up.com

Back to top Go down

Like and tweet button Empty Re: Like and tweet button

Post by hanzboyz September 15th 2011, 6:50 pm

bump
hanzboyz
hanzboyz
Forumember

Male Posts : 269
Reputation : 11
Language : Indonesia
Location : http://ps-3.co.cc

http://playstation3.all-up.com

Back to top Go down

Like and tweet button Empty Re: Like and tweet button

Post by hanzboyz September 16th 2011, 8:42 pm

bump
hanzboyz
hanzboyz
Forumember

Male Posts : 269
Reputation : 11
Language : Indonesia
Location : http://ps-3.co.cc

http://playstation3.all-up.com

Back to top Go down

Like and tweet button Empty Re: Like and tweet button

Post by hanzboyz September 18th 2011, 12:15 pm

bump
hanzboyz
hanzboyz
Forumember

Male Posts : 269
Reputation : 11
Language : Indonesia
Location : http://ps-3.co.cc

http://playstation3.all-up.com

Back to top Go down

Like and tweet button Empty Re: Like and tweet button

Post by hanzboyz September 19th 2011, 2:06 pm

up
hanzboyz
hanzboyz
Forumember

Male Posts : 269
Reputation : 11
Language : Indonesia
Location : http://ps-3.co.cc

http://playstation3.all-up.com

Back to top Go down

Like and tweet button Empty Re: Like and tweet button

Post by hanzboyz September 21st 2011, 4:46 pm

BUMP
hanzboyz
hanzboyz
Forumember

Male Posts : 269
Reputation : 11
Language : Indonesia
Location : http://ps-3.co.cc

http://playstation3.all-up.com

Back to top Go down

Like and tweet button Empty Re: Like and tweet button

Post by YoshiGM September 27th 2011, 1:08 am

Hi !

I'll show everybody how to add Like Button in PHPBB3 Boards Very Happy

1st. Add A simple Javascript in your Javascript codes management.

2nd. Paste this Code in the New JS:

Code:

jQuery(function(){
    jQuery("div#main-content .post").after('<p id="fb-like"><iframe src="http://www.facebook.com/plugins/like.php?href=YOUR FORUM URL GOES HERE/{TOPIC_URL}&layout=standard&show_faces=false&width=450&action=like&colorscheme=light&height=52" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:25px;" allowTransparency="true"></iframe></p>');
    });

3rd. Change the UPPERCASE letters "YOUR FORUM URL GOES HERE" and select IN ALL PAGES and Save your Changes Wink

Example, if you want for this FORUM, the code like this:
Code:

jQuery(function(){
    jQuery("div#main-content .post").after('<p id="fb-like"><iframe src="http://www.facebook.com/plugins/like.php?href=http://help.forumotion.com/{TOPIC_URL}&layout=standard&show_faces=false&width=450&action=like&colorscheme=light&height=52" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:25px;" allowTransparency="true"></iframe></p>');
    });

That's All Folks Cool

For the Tweet Button, i can't help you :/

YoshiGM
YoshiGM
Active Poster

Male Posts : 1499
Reputation : 144
Language : Spanish & English
Location : Mexico

http://asistencia.foroactivo.com/u21373

Back to top Go down

Like and tweet button Empty Re: Like and tweet button

Post by Guest September 27th 2011, 1:35 am

I would strongly advise that you not put a Like button on every post. That is a sure way to drive away your membership, because I doubt whether many will be willing to sit around waiting while all those scripts and iFrames are loading. Wink

Here's a simple script that will re-create the "Like/tweet/+1" widget on every page:

Code:
$(function() {
    $('#main-content').prepend('<div id="FM_widget_share"></div>');
    FM_widget_share();
});
This will work on all four board types.
avatar
Guest
Guest


Back to top Go down

Back to top

- Similar topics

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