DISQUS

Ignite Social Media: Download the Follow Me Social Media Profile Plugin - Follow Me Wordpress Plugin

  • fcsuper · 1 week ago
    Could you add the ability under settings to allow the user to put in their own title for the sidebar widget?
  • Jennifer · 1 month ago
    Love the plugin, but I need to know which <ul> and <li> I can edit out of the plugin code so I don't have bullets in front of the button or the box. It looks terrible. I'd let you see how it looks on my site, but I'm not reactivating it until I've edited those out.

    Thanks for the help!

    Jennifer
  • joannova · 1 month ago
    Why do two grey dots (bullet points) appear to the lower left when I upload this plugin to my blog? Any suggestion how I can get rid of them? Please email at info@foodalogue.com. Thanks.
  • shaunbeall · 1 month ago
    I have the same issue. How do you get rid of the bullet points?
  • Janine · 6 months ago
    I found the issue... It's trying to finf the image at
    http://******.com/wp-content/plugins/FollowMe/i...

    when the actual image location is
    http://******.com/wp-content/plugins/follow-me/...
  • BrianChappell · 5 months ago
    This bug has been fixed with version 1.2.1
  • Steve · 1 year ago
    Using your plugin and its great.
    One thing I'd like to do to it and Im NOT a programmer in java nor php but am handy around the machine and can follow simple instructions with code. So can you tell me what mods would be necessary to open the various social pages (twitter, facebook etc) from your icon in a new tab or page rather than leaving the blog entirely?
  • joehall · 1 year ago
    Steve,

    Awesome idea! Heres how its done:

    The HTML for each link looks like this:

    <'a style="font-family: 'Lucida Grande',Verdana,Arial,Sans-Serif; font-style: normal; font-variant: normal; font-weight: normal; font-size: 10pt; line-height: normal; font-size-adjust: none; font-stretch: normal; -x-system-font: none; color: rgb(0, 0, 0); text-decoration: none; display: inline;" href="http://twitter.com/ignitesma" title="Twitter">Twitter< /a>

    In order to make this link open in a new window or tab we can add the attribute: target="_blank" Therefore our new links looks like:

    <'a target="_blank" style="font-family: 'Lucida Grande',Verdana,Arial,Sans-Serif; font-style: normal; font-variant: normal; font-weight: normal; font-size: 10pt; line-height: normal; font-size-adjust: none; font-stretch: normal; -x-system-font: none; color: rgb(0, 0, 0); text-decoration: none; display: inline;" href="http://twitter.com/ignitesma" title="Twitter">Twitter< /a>

    The easiest way to add this attributue is to look through the code for any tag that starts with <a and then add target="_blank" right after the "a" so that the tag then begins with <a target="_blank"

    NOTE: The two example links above have ' included after the < as to make them nonoperational.
  • Eddy De Clercq · 1 year ago
    Hi,

    It seems that only the box seems to work. When I choose on of the button versions, nothing appears. What could be the problem?

    On top, it would be nice that all links would appear in a new window/tab when clicked in order not to leave the blog itself.

    I don't see identi.ca in the list.

    Eddy
  • joehall · 1 year ago
    Hey Eddy,

    I am not exactly sure what your problem might be. Can you send a link to the problem at hand? I visited the your site: http://www.grumpyoldman.be but didn't see it there.

    Joe
  • Eddy De Clercq · 1 year ago
    Hi Joe,

    I've activated the plugin again. Now you can see the js appear in the source, but nothing on the screen

    Eddy
  • joehall · 1 year ago
    Eddy,

    Have you visited the widget control panel and moved the widget into an active side bar in your theme? This is a required step in the installation.

    Joe
  • joehall · 1 year ago
    Eddy,

    I have taken a second look at your code. From what i can see you have allot of different javascript plugins that don't appear to be working as well. Try using the follow me plugin with out any other plugins installed, especially ones that use javascript.
  • wellbelove · 1 year ago
    Would be great if you could creat a version of this that could be put into personal websites and not just wordpress blogs
  • BrianChappell · 1 year ago
    Very much so agree. Keep an eye out, I am sure we will work on implementing that in the near future.
  • Robert Fischer · 1 year ago
    I'm getting a 403 error on all the graphics. I've made sure that the owner/group is the same as the other code, and it's got read permissions to all those files and execute permissions on the parent directories. Where else should I look for permission settings?
  • BrianChappell · 1 year ago
    Hey Robert. Looking at it now. Trying to recreate the problem and will let you know if we determine a solution.
  • joehall · 1 year ago
    Hello Robert,

    Can we see a link to where you have the plugin installed? Make sure that you are installing the plugin so that the file directory looks like this: /wp-content/plugins/FollowMe/ your image folder should be located here: /wp-content/plugins/FollowMe/images/ Check your source code to see if you have everything in order. If this does not help it then sounds like you might have a problem with something deeper than the plugin itself.

    Post a link so we can get a better idea of the issue at hand.
  • Robert Fischer · 1 year ago
    I posted a link below. For some reason, it didn't get threaded as a response.

    http://enfranchisedmind.com/blog

    These files, among others, are being marked as "Forbidden". I can't find a .htaccess reason why this would be true.
    http://enfranchisedmind.com/blog/wp-content/plu...
    http://enfranchisedmind.com/blog/wp-content/plu...
  • happyches · 1 year ago
    Hiya Brian,

    Great plugin! :) Love it!

    Just wondering whether its possible to put a "subject" in the widget "follow me".. there is no options in the widget to do that.. (ie: on my test site http://www.buy-baby-gear.com/ - see how under "Search" tag.. I have my "follow me" but it would look so much better with that theme if it had the heading/subject field.

    Also, I would love to have the "button" at the bottom of each post, but the "box" on the widget.. but I'm suspecting that the code looks back at whatever you default selected in the settings and won't allow you to that.. is there a way I can get around that.. like putting a code in the template to choose button?


    Kind Regards,

    Penny
  • joehall · 1 year ago
    Penny,

    Unfortunately, you are right, when the plugin is set to "No Button" it won't show a button anywhere. Maybe that would be a cool feature for version 2?

    And, i agree, having a custom heading in your theme would look great. I am not sure what your level of HTML is, but it looks like if you try to edit your side bar to include the following:

    <li><h2>Search</h2><ul><li>
    <?php FollowMeSocialMedia() ?>
    </li>
    </ul>
    </li>

    You should have a custom heading for your theme. However, make sure that you take the widget out of your side bar with the widget control panel otherwise you will have it appearing twice!
  • joehall · 1 year ago
    Aack! replace that with:

    <li><h2>Follow Me:</h2><ul><li>
    <?php FollowMeSocialMedia() ?>
    </li>
    </ul>
    </li>

    The last code i sent had the wrong heading!
  • happyches · 1 year ago
    Thanks Joe.. done .. works nicely.. :)
  • Robert Fischer · 1 year ago
    http://enfranchisedmind.com/blog

    These files, among others, are being marked as "Forbidden". I can't find a .htaccess reason why this would be true.
    http://enfranchisedmind.com/blog/wp-content/plu...
    http://enfranchisedmind.com/blog/wp-content/plu...
  • joehall · 1 year ago
    Robert,

    All of your files are coming through on my end....try clearing your browsers cache and then refreshing your pages. Also, you might have a plugin that is interfereing with the .htaccess file. Try disabling any plugins that you might have installed and try the follow me plugin alone.

    Joe
  • Robert Fischer · 1 year ago
    My host sorted it out -- it was a deeper .htaccess problem. Thanks, for all the help, though!
  • BrianChappell · 1 year ago
    Duplicate Comment - Disregard.
  • Jeromy · 1 year ago
    Great plugin! I'm on WP 2.6/PHP5 and nothing appears when I add the widget. I tried using the php tag as well, but again, it was totally blank. I filled in all my profile info, saved the changes - nothin' - www.celebritypaycut.com - on the right under "social feeds"
  • BrianChappell · 1 year ago
    Hello Jeromy,

    I just visited your site and I am seeing the links to the profile pages.
  • joehall · 1 year ago
    I can see links to your profile pages as well. Although it does look like some of your theme's styles have been inherited to the widget which may make it harder to see in some browsers. Although according to your page's source code it appears that you might have edited the original code in the plugin file. If this is the case you may experience numerous problems with the plugin. If you continue to experience problems you should reinstall an unedited version of the plugin to start over.
  • Shailesh Ghimire · 1 year ago
    This is a great plug in. It works well on my site. Not to be picky, but the graphics need to be improved a bit. Looks kind of clunky in my opinion. Functionally, it's fantastic.
  • Christoph · 1 year ago
    Could you also add Xing (http://www.xing.com) which is the "European LinkedIn"?
  • Green Fitness · 1 year ago
    Just what the doctor ordered. This is the perfect widget for my site thanks so much. Been searching for hours on google for this. I was searching for twitter and friend feed follow me widgets. I wasn't until I typed in follow me wordpress that i actually found this.
  • Nacho · 1 year ago
    It doesnt work for me! wackkk
  • joehall · 1 year ago
    Nacho,

    Can you be a bit more descriptive with your problem? We would love to help but we need more info. Maybe send a link to your page?

    Joe
  • bloggernewbie · 1 year ago
    Is there a way to edit the way the widget displays, rearrange or center the links? also the icons don't show?
  • joehall · 1 year ago
    Hey bloggernewbie,

    can you give us a link to where you have the widget installed? After looking at your page we can help you more.
  • bloggernewbie · 1 year ago
    a link to my site?

    http://bloggernewbie.com/
  • joehall · 1 year ago
    bloggernewbie,

    I just looked at your source and then followed the paths to the images, and I am getting 404 errors! Try re-uploading the plugin, maybe for some reason the images didn't upload. If this doesn't fix things verify that your FollowMe plugin directory is as follows:

    http://bloggernewbie.com/blog/wp-content/plugin...
  • BloggerNewbie · 1 year ago
    I'll try that Joe and let you know how it worked....I'll be baaack!
  • bloggernewbie · 1 year ago
    no change. I uploaded the images from the image folder directly into the followme directory...no change...can't display anything but box?
  • Garrett · 1 year ago
    I tried using the widget, but it appears that the image files are missing for the buttons and the box options.

    Let me know.
  • joehall · 1 year ago
    Garrett, can you send us a link so we can take a look at your problem first hand?
  • Nicole · 1 year ago
    Downloaded and installed your plugin but where it says Fill in the details below, there is nothing below...
  • joehall · 1 year ago
    Nicole,

    After the plugin is installed and activated, visit, http://www.youraddress.com/wp-admin/options-gen... You should of course replace "http://www.youraddress.com" with the address of your blog.

    If you do not see the full settings page then try deactivating the plugin and then reactivating it. if this doesn't work come back and we will brainstorm together!
  • Nicole · 1 year ago
    Thx for your speedy reply. That's where I was that it doesn't show anything after "Please note that you must include HTTP:// in order for your link to work. (ie. http://www.example.com)"
  • Nicole · 1 year ago
    Oh, and I have deactivated and reactivated, deleted and reinstalled to no avail.
  • joehall · 1 year ago
    What version of wordpress are you running?
  • Nicole · 1 year ago
    2.0.1
  • joehall · 1 year ago
    hmm what browser are you using?
  • Nicole · 1 year ago
    I tried it on both firefox 2.0 and I.E 6.
  • Nicole · 1 year ago
    seems to work on new wordpress. I upgraded and everything shows up now.
  • Nicole · 1 year ago
    SOOO... my suggestion now would be to have the abililty to add sites not listed on your list. It doesn't have to show the site logo, we could just name it ourselves and have our link in there.
  • joehall · 1 year ago
    I am glad that you got it working! I was starting to think that it might have been an older version issue. And as for the adding custom sites, I think that feature is on the list for the next version!
  • Murat Abus · 1 year ago
    This plugin is a great idea.
    Any thoughts on adding PLAXO to the list?
  • BrianChappell · 1 year ago
    Hello Murat,

    Thanks for the feedback, we will take note.
  • Rethink SEO · 1 year ago
    I have never seen or heard of the "follow me" button but love the idea
  • Nikhil Pai · 1 year ago
    Please add Orkut to your list
  • Ade · 1 year ago
    Ok so I'm all new to this. I downloaded the plug-in, now I have the zip file on my machine, next I use my ftp program to upload to plug-ins directory, right? Do I need to un-zip the plug-in file first before uploading?
  • BrianChappell · 1 year ago
    Hello Ade, you are correct.
  • Franny Smith · 10 months ago
    I have a blog on blogspot (Blogger) and I have many followers there. Can we get them? I would like to see a way of importing them to my WordPress blog that I am currently using now.
  • Judah Raine · 10 months ago
    Hi there - still had no response to my problem with the plug in not showing on my plugin page so cannot activate. Can't seem to find my post either??
    Please can someone assist as I would really like to resolve this asap
    Many thanks
    Jude
  • Joe Hall · 10 months ago
    Judah,

    i am not entirely sure what your problem might be, but it could be that you are trying to install an older version of the plugin. Try downloading the most recent version. We changed the URL path in the most recent version, this might fix your issue. please let us know if this issue persist.
  • Jody Phillips · 10 months ago
    Images won't load.
    www.greenprintmarketing.com
  • Joe Hall · 10 months ago
    Jody,

    Try uploading the plugin again. i am not sure if that will fix your issue, bu I am getting 404 errors on your images directory. Try uploading again and then if that doesn't work, let me know.
  • Jody Phillips · 10 months ago
    Thanks Joe! I tried that yesterday with no success but it worked today!

    Great customer support by the way!
  • David · 9 months ago
    Excellent plugin!

    I made some changes so "Display as Box" mode passes validation for XHTML1.0 transitional. At least in the sidebars of several WP 2.7.1 sites we run.

    We believe validation is important for maximizing cross-browser usability (and in some instances it can also help with SEO).

    Will send the updated code via email.

    Thanks much
  • Curt · 8 months ago
    Mine is installed and I have put the widget in the sidebar and I see nothing. Can you help? http://www.WrestlingTrainingMedia.com
  • Wendy · 8 months ago
    Hi, I just downloaded the widget. Button options don't work for me. The box option does but no images are displayed. I looked through the comments and see similar issues. Have tried installing several times with no luck. I use several other plugins which may be interfering (including (Share This) but need them all. Website is:
    http://www.dailyartfixx.com

    Any thoughts?

    Thanks
    Wendy
  • Steve · 7 months ago
    This is a great post. I was trying to find a site that explained how to insert social media buttons on my blog and your site provided the best instructions. Thank you much!
  • Evan Varsamis · 7 months ago
    cool plugin I am going to use it now, www.evanvarsamis.com
  • kbeasley · 6 months ago
    This is a great plugin and thanks for creating it! I would like to suggest that you make all the link open in a new target so that the original page can be kept open. I've edited the plugin to do this and it works great.
  • Lisa · 6 months ago
    Great potential plugin, but I am also having issue with the images showing up - I just get boxes with red x in them. Checked both explorer,firefox and safari, but no luck. All images are where they should be in the plugins folder. New blog - fresh out of the box.
  • Scott Spiegel · 6 months ago
    Hi. I'm having trouble with the Follow Me plugin. When I go to Widgets and add Follow Me to the Sidebar Right, it does not appear. Please help if you can.
  • MikeonTV · 6 months ago
    Is there any way it could only require a hovering house to leave the box for it to dissapear. I've noticed that as soon as I hover on it the box stays on the screen until I click away from it.
    Thanks for the cool plugin!
  • maybememe · 6 months ago
    test
  • Priscilla · 6 months ago
    Hello,
    Nice widget, installs easy, but...no buttons show up. Not in Design/Settings and not in the sidebar? Can you help?
    www.globalyouthvillage.org
    Thanks,
    Priscilla
  • Karl · 6 months ago
    I too am waiting on your update so the buttons work.
  • Janine · 6 months ago
    Same here. button do not show up
  • BrianChappell · 5 months ago
    I am happy to announce the updated version of the Follow Me Plugin : Version 1.2.1 is now live.

    Please let us know if you find any bugs.
  • susanawalsh · 3 months ago
    The plugin was working well for me in the past, but recently I lost the images in my sidebar. Only the box option works, as well. I know others have had the same problem - not sure what it is. You can see at www.HookingUpSmart.com. The box shows up with names, but no buttons. I uploaded the newest version today, but it didn't help.
  • Antony Marceles · 5 months ago
    good article
  • Seenplatte · 5 months ago
    Nice tool. It´s very easy to use.
  • soccerkids · 5 months ago
    I'm trying to activate the plugin and have my urls beginning w/ http:// but it still tells me "Please note that you must include HTTP:// in order for your link to work. (ie. http://www.example.com)"

    Please help, not sure what I'm doing wrong. Thank you!
  • joehall · 4 months ago
    You are not doing anything wrong. That is not an error message, is a permanent one.
  • Nordin Rahhali · 4 months ago
    I'm having a few issues with your plugin. First off, wordpress 2.8.1 (at least my install) doesn't show your widget when enabled (all though other widgets I have work fine). Secondly, when I put the <?php code to manually call your plugin in my theme, the output produced ? for images. Looking at the html output it looks as if the path it's using the blog url instead of the wordpress url, which is breaking the img link.
  • joehall · 4 months ago
    I just tested FollowMe on 2.8.3 and it is working well. Can you please provide a link for review in regards to the Images?
  • Michael P Gaudet · 4 months ago
    I just installed your plugin and have 3 questions. 1) How can I put a line of space below the "Follow Me" graphic? It is very close to the widget below; regardless of which widget is below. 2) Can you tell me how to replace the "Follow me" icon with a new graphic I wish to build? I want the text on one line of the graphic and the icons below - and bigger! And 3) can I replace the icons in the pop-up (pop-down!) box with larger icons?

    Thanks - Mike
  • joehall · 4 months ago
    1) Look in your theme's "functions.php" file. There you will see how your theme handles plugins. There should be an area of the code that allows for code after each widget. You should paste the appropriate HTML in this area, such as, "< br / >"

    2 & 3) You are more than welcome to replace any of the images in the plugin's image folder.
  • TBelknap · 4 months ago
    Please include Mashable.com!
  • TBelknap · 4 months ago
    Couple of problems related to WordPress and WordPress MU:

    You've got the "action" for the options page set to "options.php" A more flexible solution would be to NOT set the action at all and simple put a check in your form code for if($_POST['followme_submit']) { doOptionSave(); }

    This will make your plugin work for both WordPress and MU.
  • joehall · 4 months ago
    This is interesting, I have never developed a plugin specifically for MU? Does the current Follow Me plugin not work on any MU blog? or just the ones that share plugins across the site?
  • TBelknap · 4 months ago
    There is no "options.php," so the form doesn't work. It won't work on any blog unless you maybe changed it to options-general.php, though I've never tried doing it like that. I see you are using the native WordPress options-saving feature. My recommendation would be to not use it for two reasons: one, there's the problem I've already mentioned and two, you're saving each option as a single option in the db, which really makes a mess of the options table.

    Better to save the options as an array called $option, which will be serialized in the dB. The down side is that you have to unserialize the entire array to get one option out, though I suspect this is less of a problem for this plugin than it might be for some.

    Making your plugin more cross-compatible with WP/MU will definitely open up more opportunities for your plugin's use!
  • joehall · 4 months ago
    Yeah, we have already considered moving away from the native wordpress options function to the array function for more reasons than have been discussed here. Hopefully that change will come in the next version and this plugine will work with MU as well!
  • TBelknap · 4 months ago
    Well, I'd be happy help if you would like it. Contact me direct and let me know.
  • UncleNate · 4 months ago
    I just installed the plugin and it would not display anything. Looking through the code I noticed that you reference the blog folder as "bloginfo('url')". My WP install is set up so all pages/posts/etc. on the site is accessed as "http://www.xxx.com/...", but WP is actually installed in "http://www.xxx.com/wp/...". By changing each instance of "bloginfo(url)" to "bloginfo(wpurl)", it references the proper folders.
  • Nordin · 4 months ago
    I'm getting the same problem, I posted the same comment about the plugin using the blog url instead of the wordpress url. My setup is similar to yours.
  • joehall · 4 months ago
    We will be sure to add this as a revision for the next version.
  • Shaya · 2 months ago
    I was having the same problem, and this worked like a charm. I just changed all of the "bloginfo ('url')" in the file FollowMe.php and it automatically corrected it. Thank you! =]
  • GeorgeBrunton · 4 months ago
    my twitter link doesn't work. Either I get a no certificate or more often my twitter page will flash on and then only have the background www.georgebrunton.com
  • joehall · 4 months ago
    George,

    it looks like your url www.georgebrunton.com is masking laveentosurprise.com This will cause problems on most outbound links that point to pages that require well formed HTTP request to load the page. I would advise you to reload your site with laveentosurprise.com or have your site's address changed to georgebrunton.com with out masking it.
  • Harpreet Khera · 3 months ago
    Thanks....

    This is a great plugin...
    congratulations.
  • daglawy · 3 months ago
    it is a great plugin
    but it don't work for wordpress mu
    please fix this asap
  • Andrew Caldwell · 2 months ago
    Hi,

    This is a great plug-in, mine worked straight away. Only one problem (i'm not a programmer and not too familiar with HTML), i've put the widget in my sidebar, and for some unknown reason it's putting a 'bullet' (round circle indented) infront of 'follow me' and also putting a bullet on the title of a totally different widget below it?
  • Brian · 2 months ago
    I'm having the same issue, maybe its something new?
  • Jovana · 2 months ago
    YES! I'm having the ABSOLUTE same problem Andrew. It's very frustrating, because I don't know code or CSS.

    Check out my site http://www.ScriptPhD.com. You can see the two bullets right in front of the "Follow Me" and right in front of the widget below it.

    If you guys could help resolve this issue, I would be SO SO grateful. It really is detracting from your widget and my website's appearance.
  • dpak · 2 months ago
    I too am having this bullet problem, but it only shows up on a few themes (tried several on my test site). So it is some kind of strange css thing.

    any ideas?
  • michelle Manire · 2 months ago
    can you add classmates.com
  • Aaron Watkins · 2 months ago
    Couple suggestions - more graphics options. Currently it always displays myspace logo even if you do not use myspace. Would like this to be customizable. Would also like to change "Follow Me" to something else like "Follow Us" - we are an organization, not a single person, and "me" makes it sound too personal.
  • FlorianMas · 2 months ago
    Hello everybody,

    I have install the plugin into my wordpress. But we are two writers on the blog and we wants to putt the follow me button for each writer. It's possible ? Can we install two plugins in order to have too differents buttons (links are different).

    Thanks in advance for your help,

    Florian
  • gregwoodson · 2 months ago
    I love the plugin- I have it on the following page:

    http://www.gregwoodson.com/about/


    One thing- there is an annoying looking dot before and after the "follow me" graphic- how can i get rid of those?

    Thanks
    Greg
  • gregwoodson · 2 months ago
    I found the solution: there are 2 instances of <li> in the FollowMe.php code- remove them.
  • schaletharenee · 2 months ago
    I have no idea how to install this Follow Me Widget. I've gotten as far as downloading the zip file. What's next? I'd like to add the widget to my blog on blogspot.com and my facebook profile. Is there anyone who can assist me, using very simple instructions? I'd appreciate it very much. Thanks a bunch!
  • Matthew · 2 months ago
    Hello,

    I installed the Follow Me widget on my WP blog and it's active in my widget settings

    I see it in the page source when viewing my blog, but it's not showing up on the page. Am I doing something wrong?

    You can see the code for the Follow Me plug-in in my page source here: http://www.reusablebagblog.com/

    Only other plug-in I had was Twitter for Wordpress plug-in activated as well. I turned it off and still cannot see the Follow Me box on my sidebar. I am running WP version 2.8.4.

    I see in the source it's looking for the images in (/wp-content/plugins/follow-me/images)

    I have WP installed in my /blog/ folder but have it running as my home page, that's probably the issue?
  • paul_williams · 1 month ago
    Nice idea...
    Using this in sidebar at
    www.myceredigion.co.uk
    It's introducing bullet points
    also I'd prefer to place buttons into my existinhg widget boxes any way of doing this?
  • Kelley · 1 month ago
    just curious if there is a way to add an avatar for one of my custom links...?

    it's the link to the US site fittingly titled "U.S.A."
    http://www.automaton.jp/
  • Mara Marilyn Gordon · 1 month ago
    Excellent! I installed and removed another plugin because it was cumbersome. Yours is not only easy to use it is robust. Good job!