Hi Cosmin
Thanks for the feedback.
Can’t get this to work. If I copy this
<code>
<div class=”share-links clearfix”>
<div class=”share-text”><?php _e(“Share:”, “swiftframework”); ?></div>
<div class=”share-buttons”>
<span class=’st_facebook_hcount’ displayText=’Facebook’></span>
<span class=’st_twitter_hcount’ displayText=’Tweet’></span>
<span class=’st_googleplus_hcount’ displayText=’Google +’></span>
<span class=’st_linkedin_hcount’ displayText=’LinkedIn’></span>
<span class=’st_pinterest_hcount’ displayText=’Pinterest’></span>
</div>
<a class=”permalink item-link” href=”<?php the_permalink(); ?>”><i class=”icon-link”></i></a>
<a class=”email-link item-link” href=”mailto:?subject=<?php the_title(); ?>&body=<?php the_permalink(); ?>” title=”Share by Email”><i class=”icon-envelope-alt”></i></a>
</div>
<?php } ?>
</code>
To page.php, nothing shows up.
I also copied the line “$show_social = get_post_meta($post->ID, ‘sf_social_sharing’, true);” to the top of the page.
Hope you can help me further, that would be great.
Best regards,
Jan