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.
The forum of the forums
5 posters

    I want to add social media buttons on my forum?

    avatar
    richsplace
    Forumember


    Posts : 50
    Reputation : 1
    Language : english

     I want to add social media buttons on my forum? Empty I want to add social media buttons on my forum?

    Post by richsplace Sat 11 Oct - 19:38

    i would like to add  facebook.twitter and youtube buttons on my forum header.

    thanks in advance
    rich
    Mr. Ganesha
    Mr. Ganesha
    Forumember


    Male Posts : 96
    Reputation : 2
    Language : Bahasa
    Location : Medan, Indonesia

     I want to add social media buttons on my forum? Empty Re: I want to add social media buttons on my forum?

    Post by Mr. Ganesha Sat 11 Oct - 23:42

    Do want something like this?

    Put in, AP>Modules>JavaScript Codes Management>create new script

    Title : you free to make the title
    Placement : In all the pages

    and paste this script.
    Code:
    $(function(){
            $(".headerbar").prepend('<ul id="listhead" style="float: right;font-size:12px;font-family: Comic Sans MS;padding-top: 7px;"><a href="http://www.LINK.com" title="Follow us on Twitter"><img src="http://farm9.staticflickr.com/8537/10265943214_aba5cabece_o.png"></a> <a href="http://www.LINK.com" title="Like us on Facebook"><img src="http://farm9.staticflickr.com/8270/10266058705_019f2a81dd_o.png"></a> <a href="http://www.LINK.com" title="Follow us"><img src="http://farm3.staticflickr.com/2883/10270803026_119a5495a8_o.png"></a> <a href="http://www.LINK.com" title="RSS"><img src="http://farm8.staticflickr.com/7306/10270909023_982536a349_o.png"></a></ul>')
        });
    I just give you four icons, and you can replace the link of image with anything you want.
    It will appear in the top right on your header
    avatar
    richsplace
    Forumember


    Posts : 50
    Reputation : 1
    Language : english

     I want to add social media buttons on my forum? Empty Re: I want to add social media buttons on my forum?

    Post by richsplace Sun 12 Oct - 7:53

    Mr. Ganesha wrote:Do want something like this?

    Put in, AP>Modules>JavaScript Codes Management>create new script

    Title : you free to make the title
    Placement : In all the pages

    and paste this script.
    Code:
    $(function(){
            $(".headerbar").prepend('<ul id="listhead" style="float: right;font-size:12px;font-family: Comic Sans MS;padding-top: 7px;"><a href="http://www.LINK.com" title="Follow us on Twitter"><img src="http://farm9.staticflickr.com/8537/10265943214_aba5cabece_o.png"></a> <a href="http://www.LINK.com" title="Like us on Facebook"><img src="http://farm9.staticflickr.com/8270/10266058705_019f2a81dd_o.png"></a> <a href="http://www.LINK.com" title="Follow us"><img src="http://farm3.staticflickr.com/2883/10270803026_119a5495a8_o.png"></a> <a href="http://www.LINK.com" title="RSS"><img src="http://farm8.staticflickr.com/7306/10270909023_982536a349_o.png"></a></ul>')
        });
    I just give you four icons, and you can replace the link of image with anything you want.
    It will appear in the top right on your header

    tried it. but changed links and it doesn't work
    Ape
    Ape
    Administrator
    Administrator


    Male Posts : 19325
    Reputation : 2005
    Language : fluent in dork / mumbojumbo & English haha

     I want to add social media buttons on my forum? Empty Re: I want to add social media buttons on my forum?

    Post by Ape Sun 12 Oct - 8:44

    please add the links you want to be added

    Code:
    [b]Twitter :[/b]
    [b]Facebook:[/b]
    [b]RSS :[/b]
    [b]Google:[/b]
    [b]Youtube:[/b]



     I want to add social media buttons on my forum? Left1212 I want to add social media buttons on my forum? Center11 I want to add social media buttons on my forum? Right112
     I want to add social media buttons on my forum? Ape_b110
     I want to add social media buttons on my forum? Ape1010
    Mr. Ganesha
    Mr. Ganesha
    Forumember


    Male Posts : 96
    Reputation : 2
    Language : Bahasa
    Location : Medan, Indonesia

     I want to add social media buttons on my forum? Empty Re: I want to add social media buttons on my forum?

    Post by Mr. Ganesha Sun 12 Oct - 12:44

    @Richsplace

    What you have to do is, replace "http://www.YOURLINKURL.com" with your social media link url.

    Sorry, I'll repost the code

    Code:

        $(function(){
                $(".headerbar").prepend('<ul id="listhead" style="float: right;font-size:12px;font-family: Comic Sans MS;padding-top: 7px;"><a href="http://www.YOURLINKURL.com" title="Follow us on Twitter"><img src="http://farm9.staticflickr.com/8537/10265943214_aba5cabece_o.png"></a> <a href="http://www.YOURLINKURL.com" title="Like us on Facebook"><img src="http://farm9.staticflickr.com/8270/10266058705_019f2a81dd_o.png"></a> <a href="http://www.YOURLINKURL.com" title="Follow us"><img src="http://farm3.staticflickr.com/2883/10270803026_119a5495a8_o.png"></a> <a href="http://www.YOURLINKURL.com" title="RSS"><img src="http://farm8.staticflickr.com/7306/10270909023_982536a349_o.png"></a></ul>')
            });

    It worked on my phpBB3 Forum, and this is the social media buttons looks like.
     I want to add social media buttons on my forum? Icon10
    avatar
    richsplace
    Forumember


    Posts : 50
    Reputation : 1
    Language : english

     I want to add social media buttons on my forum? Empty Re: I want to add social media buttons on my forum?

    Post by richsplace Sun 12 Oct - 12:51

    i'll give it a try
    avatar
    richsplace
    Forumember


    Posts : 50
    Reputation : 1
    Language : english

     I want to add social media buttons on my forum? Empty Re: I want to add social media buttons on my forum?

    Post by richsplace Sun 12 Oct - 13:36

    Mr. Ganesha wrote:@Richsplace

    What you have to do is, replace "http://www.YOURLINKURL.com" with your social media link url.

    Sorry, I'll repost the code

    Code:

        $(function(){
                $(".headerbar").prepend('<ul id="listhead" style="float: right;font-size:12px;font-family: Comic Sans MS;padding-top: 7px;"><a href="http://www.YOURLINKURL.com" title="Follow us on Twitter"><img src="http://farm9.staticflickr.com/8537/10265943214_aba5cabece_o.png"></a> <a href="http://www.YOURLINKURL.com" title="Like us on Facebook"><img src="http://farm9.staticflickr.com/8270/10266058705_019f2a81dd_o.png"></a> <a href="http://www.YOURLINKURL.com" title="Follow us"><img src="http://farm3.staticflickr.com/2883/10270803026_119a5495a8_o.png"></a> <a href="http://www.YOURLINKURL.com" title="RSS"><img src="http://farm8.staticflickr.com/7306/10270909023_982536a349_o.png"></a></ul>')
            });

    It worked on my phpBB3 Forum, and this is the social media buttons looks like.
     I want to add social media buttons on my forum? Icon10


    ok we are getting there. but instead of rss i need youtube
    _Twisted_Mods_
    _Twisted_Mods_
    Helper
    Helper


    Male Posts : 2083
    Reputation : 336
    Language : English
    Location : Ms

     I want to add social media buttons on my forum? Empty Re: I want to add social media buttons on my forum?

    Post by _Twisted_Mods_ Sun 12 Oct - 13:45

    Replace With Your Youtube url
    http://www.YOURLINKURL.com


    replace with the title YOUTUBE
    title="RSS"

    Replace with a youtube icon you can find them on google
    http://farm8.staticflickr.com/7306/10270909023_982536a349_o.png
    Mati
    Mati
    Active Poster


    Posts : 1928
    Reputation : 331
    Language : HTML, CSS & JavaScript
    Location : Forum Services

     I want to add social media buttons on my forum? Empty Re: I want to add social media buttons on my forum?

    Post by Mati Sun 12 Oct - 14:23

    richsplace wrote:i would like to add  facebook.twitter and youtube buttons on my forum header.

    thanks in advance
    rich

    Take a look at this tut -> http://fmfocus.forumotion.net/t1040-tutorial-add-social-media-buttons-to-your-forum-all-version
    avatar
    richsplace
    Forumember


    Posts : 50
    Reputation : 1
    Language : english

     I want to add social media buttons on my forum? Empty Re: I want to add social media buttons on my forum?

    Post by richsplace Sun 12 Oct - 14:38

    thanks Mati

    i have the twitter,facebook,google+already. trying to exchange rss for youtube. replaced RSS title with YOUTUBE but can't change icon. not able to write code
    Mati
    Mati
    Active Poster


    Posts : 1928
    Reputation : 331
    Language : HTML, CSS & JavaScript
    Location : Forum Services

     I want to add social media buttons on my forum? Empty Re: I want to add social media buttons on my forum?

    Post by Mati Sun 12 Oct - 14:59

    Please post here the code you use and the icons.
    avatar
    richsplace
    Forumember


    Posts : 50
    Reputation : 1
    Language : english

     I want to add social media buttons on my forum? Empty Re: I want to add social media buttons on my forum?

    Post by richsplace Sun 12 Oct - 15:10

    this is the code it is working fine i just want to remove the "RSS iconand replace it with YOUTUBE" icon


        $(function(){
                $(".headerbar").prepend('<ul id="listhead" style="float: right;font-size:12px;font-family: Comic Sans MS;padding-top: 7px;"><a href="http://www.YOURLINKURL.com" title="Follow us on Twitter"><img src="http://farm9.staticflickr.com/8537/10265943214_aba5cabece_o.png"></a> <a href="http://www.YOURLINKURL.com" title="Like us on Facebook"><img src="http://farm9.staticflickr.com/8270/10266058705_019f2a81dd_o.png"></a> <a href="http://www.YOURLINKURL.com" title="Follow us"><img src="http://farm3.staticflickr.com/2883/10270803026_119a5495a8_o.png"></a> <a href="http://www.YOURLINKURL.com" title="RSS"><img src="http://farm8.staticflickr.com/7306/10270909023_982536a349_o.png"></a></ul>')
            });
    Mati
    Mati
    Active Poster


    Posts : 1928
    Reputation : 331
    Language : HTML, CSS & JavaScript
    Location : Forum Services

     I want to add social media buttons on my forum? Empty Re: I want to add social media buttons on my forum?

    Post by Mati Sun 12 Oct - 15:27

    Use this code

    Code:
    $(function(){
                $(".headerbar").prepend('<ul id="listhead" style="float: right;font-size:12px;font-family: Comic Sans MS;padding-top: 7px;"><a href="http://www.YOURLINKURL.com" title="Follow us on Twitter"><img src="http://farm9.staticflickr.com/8537/10265943214_aba5cabece_o.png"></a> <a href="http://www.YOURLINKURL.com" title="Like us on Facebook"><img src="http://farm9.staticflickr.com/8270/10266058705_019f2a81dd_o.png"></a> <a href="http://www.YOURLINKURL.com" title="Follow us"><img src="http://farm3.staticflickr.com/2883/10270803026_119a5495a8_o.png"></a> <a href="http://www.YOURLINKURL.com" title="Youtube"><img src="https://cdn0.iconfinder.com/data/icons/social-icons-by-deab/32/youtube.png" style="max-width: 30px; max-height: 30px;" alt="youtube"></a></ul>')
            });
    avatar
    richsplace
    Forumember


    Posts : 50
    Reputation : 1
    Language : english

     I want to add social media buttons on my forum? Empty Re: I want to add social media buttons on my forum?

    Post by richsplace Sun 12 Oct - 16:17

    thank you very much situation is solved :wouhou:
    Ape
    Ape
    Administrator
    Administrator


    Male Posts : 19325
    Reputation : 2005
    Language : fluent in dork / mumbojumbo & English haha

     I want to add social media buttons on my forum? Empty Re: I want to add social media buttons on my forum?

    Post by Ape Sun 12 Oct - 16:55

    Topic solved and archived



     I want to add social media buttons on my forum? Left1212 I want to add social media buttons on my forum? Center11 I want to add social media buttons on my forum? Right112
     I want to add social media buttons on my forum? Ape_b110
     I want to add social media buttons on my forum? Ape1010

      Current date/time is Mon 23 Sep - 3:29