Results 1 to 3 of 3
-
20th Oct 2011, 09:05 AM #1OPMember
Can someone please help me with this code?
Hello friends,
Im looking for someone that could help me with a little code in my wordpress website...
My website: www.estapessoa.com
Theme: Gallery from UpThemes
Please visit my website, when you pass with your mouse over an image, you will see the post title below.
I want to replace that (title) with a facebook share button.
I already have the facebook code, only need help adding the code
Please take a look at the code:
Code:<div id="post-<?php the_ID() ?>" <?php echo post_class($vidclass); ?>> <div class="entry-content"> <?php childtheme_post_header() ?> <a href="<?php echo the_permalink() ?>"> <span class="slide-title"><?php echo the_title(); ?></span> <?php $thumbnail = get_post_meta($post->ID, 'thumbnail', true); if( $thumbnail ): echo '<img class="attachment-thumbnail" src="' .get_post_meta($post->ID, 'thumbnail', true) . '" width="125" height="125" alt="' . get_the_title() .'" /></a>'; elseif( has_post_thumbnail() ): the_post_thumbnail('thumbnail'); else: echo '<img class="attachment-thumbnail" src="' . get_bloginfo('stylesheet_directory') . '/images/thumbnail-default.jpg" width="125" height="125" alt="' . get_the_title() .'" />'; endif; ?> </a> </div> </div><!-- .post -->
Code:<span class="slide-title"><?php echo the_title(); ?></span>
I tried to replaced with this:
Code:<span class="slide-title"><a name="fb_share"></a> <script src="http://static.ak.fbcdn.net/connect.php/js/FB.Share" type="text/javascript"> </script></span>
Also tried this wordpress plugin but got same problem:
http://wordpress.org/extend/plugins/facebook-share-new/
I need this working at 100% (facebook share integration) with showing the correct image thumbs, website title and description.
Can someone please help me? I can pay you via paypal
Thank you!Divvy Reviewed by Divvy on . Can someone please help me with this code? Hello friends, Im looking for someone that could help me with a little code in my wordpress website... My website: www.estapessoa.com Theme: Gallery from UpThemes Please visit my website, when you pass with your mouse over an image, you will see the post title below. I want to replace that (title) with a facebook share button. I already have the facebook code, only need help adding the code :) Rating: 5
-
20th Oct 2011, 04:15 PM #2Member
check your pm
Can Do :-
PSD TO ANY CMS | PHP(Dynamic Site) | MySql | Script Customization | cUrl Related Work
Pm me for more info ;)
-
20th Oct 2011, 07:48 PM #3Member
use the facebook iframe code instead like this:
<span class="slide-title"><iframe src="//www.facebook.com/plugins************ href=<?php echo the_permalink() ?>&send=false&layout=standard&width=45 0&show_faces=false&action=like&colorsc heme=light&font&height=35&appId=162934 820440170" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:35px;" allowTransparency="true"></iframe></span>
but if you want to use your current code u missed out this:
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) {return;}
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_GB/all.js#xfbml=1&appId=162934820440170";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Help With Letitbit Js To BB Code aka Embedding streaming code in forums
By JoomlaZ in forum Web Development AreaReplies: 1Last Post: 3rd Apr 2012, 09:50 AM -
need help with php code
By itmees in forum Web Development AreaReplies: 6Last Post: 22nd Mar 2012, 10:01 AM -
Need a good coder to code a skin, I will show you what I need, you just code it
By Nickk96 in forum Web Development AreaReplies: 1Last Post: 27th Aug 2011, 01:45 PM -
{LF} a code
By DeathNote in forum Web Application/Script SupportReplies: 2Last Post: 23rd Oct 2010, 04:18 AM -
[vBulletin BB Code] Moderated Message: (Like W-BB's Staff BB Code!)
By Ghost Dog 13 in forum Webmaster ResourcesReplies: 13Last Post: 26th Sep 2009, 06:19 PM
themaCreator - create posts from...
Version 3.52 released. Open older version (or...