This plugin outputs a link to an author’s Google Plus profile below her bio on her author archive page.
Get all the details here and please leave comments below.
Web Publisher, Ecstatic Dancer, WordPress Geek
This plugin outputs a link to an author’s Google Plus profile below her bio on her author archive page.
Get all the details here and please leave comments below.
No, it’s not really stealing. If you dig a blogger’s blogroll, WordPress provides an easy way to export their list of links into a structured format called OPML. You can import it into your own WordPress blog and then edit as needed.
Astrology works in funny ways. All of my big plans for Sasstrology are happening at once. I’m not sure if it’s the Jupiter-Uranus conjunction (which isn’t aspecting any of my planets but is sextiling my MC at 29 Taurus, if a separating aspect counts) or the ingress of transiting Mars into my first house.
Here’s a list of what I’ve been doing:
I am excited because, with these changes, traffic could conceivably increase by 50%. Yet because everything is happening at once, I am feeling overwhelmed. I am trying to pace myself. Certain tasks have to be done by a specific day no matter what, while others can happen when I have free time and feel inspired. However, when I am in the midst of a technical problem, I do feel obsessive about it, and I would rather solve it now than put it on the backburner. Fortunately, the folks at various WordPress and BuddyPress forums have been especially helpful, as I have no training in web development.
Facebook has recently made significant steps to socialize the entire web. Some of their new developer tools allow your readers to “like” your posts without having to sign in to your site using Facebook Connect. Rather, as long as they are signed in to Facebook, they can “like” a post and that action will show up in their Activity Stream.
When I read about this news at TechCrunch, I searched for information on how to integrate the button into WordPress blogs. Facebook has a form you can fill out to output code to put into your blog. However, this form only allows a static URL. If you want a button for each individual page on your blog, you have to do a little bit of hacking.
I did a little bit of google searching, but the solutions I found (Geekosystem and Ruhani Rabin) did not work on my blogs. (They resulted in errors.)
The following code works for me:
<iframe src="http://www.facebook.com/plugins/like.php?href=<?php the_permalink(); ?>&width=450&action=like&colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height:70px"></iframe>
The key difference is that instead of the other URLs I used <?php the_permalink(); ?> which is WordPress’ default code for creating dynamic permalinks.
To implement this into your blog, just open the single.php file (or index.php if there is none) and paste this code after or before something that looks like <?php the_content();?>. You will have to experiment to see what works well. The only other change I made to the code is add a numerical value for “height.” Otherwise, Facebook uses a fair amount of space, presumably to display all the faces of your friends who liked the same post.




Copyright © 2012 · Genesis Framework by StudioPress · WordPress · Log in