MavsFanRy
Forum Replies Created
-
Now its a FB like/FB share
new line tweet/g+/pinThis is just what i changed adding fb share. Didn’t see anything.
echo '<!-- Counters by Genesis Optimized Social Share Plugin -->'; echo '<div id="optimizedsocial">'; echo '<div class="socialbox">'; echo '<div class="fb-like" data-href="' . get_permalink( $post->ID ) . '" data-send="false" data-layout="box_count" data-show-faces="false"></div></div>'; echo '<div class="fb-share-button" data-href="' . get_permalink( $post->ID ) . '" data-type="box_count"></div></div>'; echo '<div class="socialbox"><a rel="nofollow" href="https://twitter.com/share" data-url="' . get_permalink( $post->ID ) . '" data-text="' . urlencode( strip_tags( get_the_title( $post->ID ) ) ) . '" data-count="vertical" class="twitter-share-button">Tweet</a></div>'; echo '<div class="socialbox"><div class="g-plus" data-action="share" data-annotation="vertical-bubble" data-height="60"></div></div>'; echo '<div class="socialbox pinterest"><a class="pin" href="https://www.pinterest.com/pin/create/button/?url=' . get_permalink( $post->ID ) . '&description=' . urlencode( strip_tags( get_the_title( $post->ID ) ) ) . '" data-pin-do="buttonPin" count-layout="vertical" data-pin-config="above">PinIt</a></div>'; echo '<div class="clear"></div>'; echo '</div>'; echo '<!-- Counters by Genesis Optimized Social Share Plugin End -->'; } } } //* XHTML Genesis Theme Support add_action( 'genesis_after_post', 'optimized_counters', 1 ); function optimized_counters() { if ( is_single() ) { echo '<!-- Counters by Optimized Social Share Plugin -->'; echo '<div id="optimizedsocial">'; echo '<div class="socialbox">'; echo '<div class="fb-like" data-href="' . get_permalink( $post->ID ) . '" data-send="false" data-layout="box_count" data-show-faces="false"></div></div>'; echo '<div class="fb-share-button" data-href="' . get_permalink( $post->ID ) . '" data-type="box_count"></div></div>'; echo '<div class="socialbox"><a rel="nofollow" href="https://twitter.com/share" data-url="' . get_permalink( $post->ID ) . '" data-text="' . urlencode( strip_tags( get_the_title( $post->ID ) ) ) . '" data-count="vertical" class="twitter-share-button">Tweet</a></div>'; echo '<div class="socialbox"><div class="g-plus" data-action="share" data-annotation="vertical-bubble" data-height="60"></div></div>'; echo '<div class="socialbox pinterest"><a class="pin" href="https://www.pinterest.com/pin/create/button/?url=' . get_permalink( $post->ID ) . '&description=' . urlencode( strip_tags( get_the_title( $post->ID ) ) ) . '" data-pin-do="buttonPin" count-layout="vertical" data-pin-config="above">PinIt</a></div>'; echo '<div class="clear"></div>'; echo '</div>'; echo '<!-- Counters by Optimized Social Share Plugin End -->';
Forum: Plugins
In reply to: [Genesis Optimized Social Share] Added FB Share but doesnt have a counter boxIt displays them all on seperate lines now? View it on the page like a
after every share option.Forum: Plugins
In reply to: [Genesis Optimized Social Share] Added FB Share but doesnt have a counter boxI like it, but how do I add a counter box to it? Like the counter box the others use?
Forum: Plugins
In reply to: [Genesis Optimized Social Share] Way to add a Facebook share option?Got it, but is there a way to have bot fb like and share options show?? Also how do I give it a counter so it matches the other 3?
Forum: Plugins
In reply to: [Genesis Optimized Social Share] Way to add a Facebook share option?You the man, ty!
Forum: Themes and Templates
In reply to: Eximius 2.2 Recent Comments Widget IssueIts on the 2nd one, cause i got another comment moving the 2 down and now its,
Calvin on
Don Pablos
Forum: Fixing WordPress
In reply to: How to make the Background smaller, its 1" on each sideI mean the margins surrounding the page if i shrunk it to .5″, couldnt i make my page larger?
Forum: Fixing WordPress
In reply to: How to make the Background smaller, its 1" on each sideAlso looking to add another sidebar on the left.
Forum: Fixing WordPress
In reply to: I am missing something simpleI just want a whole 2nd category for fast food, and cant figure it out, so i thought adding a new category widget might be the way.
Forum: Fixing WordPress
In reply to: How to add a 2nd Category widget to the sidebarknow a specific plugin?