- NewspaperSocial Sharing
- NewsmagSharing buttons
- NewspaperSharing
- NewspaperDesign your post pages using the Default Templates
- NewspaperFacebook Share
Hi,
I’m hoping I can move the comment section on the articles. Here is my website : riders.nc
I’d like to move the comments right below the sharing buttons.
Thanks
Check your META data in the source (“view source”) for your page to see if correct. use the Facebook debug tool to check the page for errors.
when i share a post via Facebook I get a wrong sharing information for example when i share
http://channelmarketing.guru/zuckerberg-facebook-near-term-plan-monetize-whatsapp/
i get different word content that the content in the original post
PS: this is not happening in the other posts
How i can fix this
Hey guys,
I developed a WordPress plugin for sharing buttons on WordPress. It is perfect with the Newspaper theme 🙂
You can download it from here: https://wordpress.org/plugins/sharify



I will be adding new features to it. Please let me know if you have any suggestions 🙂
Thanks!
Hi,
Sorry for the delay! I have checked your site and didn’t found many weird placement, one issue that I have noticed was the blocks ext and prev arrows which you can fix using this css: http://screencast.com/t/0Uoo9AYNxYT
.td-ajax-next-page {
right: auto !important;
background-position: -20px -20px !important;
left: 15px !important;
}
.td_ajax-prev-page {
right: auto !important;
left: 0px !important;
}
Also found that you need this css to remove the margin from the left of the title: http://screencast.com/t/HlEjhvQL
.td_mod3 .item-details {
margin-left: 0px !important;
}
On post page I found this: http://screencast.com/t/W2ChSM5xl2G
.single ul.td-category, .single ul.td-category li, .single header time {
float: right !important;
margin-right: 0 !important;
}
.td-social-sharing {
top: 0px !important;
margin-bottom: 0px !important;
}
.prev-post a {
padding-right: 0px !important;
}
.author-box-wrap .desc {
margin-right: 127px !important;
margin-left: 0;
}
.author-box-wrap .avatar {
float: right!important;
}
Hope this helps!
Please let me know if you have other issues with this.
Thanks
Hi,
Thanks for sharing!
I can’t see a way on how you can easily do this, you would have to modify the code, and add conditions to detect the screen’s width and use other thumb size or build another page and enable it for mobiles only via js, either way it’s not an easy task.
Another way would be to use a plugin to manages and customize your mobile content, you could try WordPress Mobile Pack for example(I’m not sure if helps with adding a new image size on mobiles but you can go trough the description/FAQ and see what you can do to your site using it..) or another similar.
Leaving all these aside I don’t think you have to do this. If you look to the page-speed result the suggested fixes don’t specifically include changing the way images are loaded: "Properly formatting and compressing images can save many bytes of data" this manes that you would consider finding another way to properly format/compreess iamges: https://developers.google.com/web/fundamentals/performance/optimizing-content-efficiency/image-optimization or you can go trough this topic as this issues where discussed over and over again: https://forum.tagdiv.com/topic/pagespeed/
Another matters which affects your page speed are this: http://screencast.com/t/0gVaRWv1CfVJ
so you should also consider fixing those also.
Hope this helps!
Thanks
I know there are couple of features that needs to be added. But thanks for the heads-up 🙂
I will definitely be adding more features after the first version is released 🙂
@mehedi i tested ur plugin but it don’t pull the pins well there is nothing pull from the post in the “Description” box like the one i’m using…and thx for the update
This is mine i’m using you see how it pull the Description with the pin urs don’t have that are even this theme share botton for pins…

I have submitted my plugin to WordPress.org and it will be live soon 🙂
@TheMediumUTM there is another good one that you can use in the mean time and it’s FREE
Simple Share Buttons Adder BY David Neal
https://wordpress.org/plugins/simple-share-buttons-adder/
It’s coded well and comes with a lot of very nice features and very light
Thanks Lucian, that worked great but how do I move the “log in” button down a bit?
https://drive.google.com/file/d/0Bzax_bFhmTjZeXR0enlOT01OR00/view?usp=sharing
Thanks again!
If you look at the page source on the demo page you reference, there is no og:tag for description on the page; Facebook is pulling that off the page, unless I’m mistaken.
You control og tags for social media using a plugin like YOAST SEO, which allows you to setup how you want snippets for OG tags to be populated. Often this defaults from the “excerpt” box on the page, which is how we do it here, as it allows us to create a better snippet for both SERPS and social media.
The theme doesn’t create OG description tags, so obviously you need to use the recommended plugins like YOAST SEO or comparable to create the social media meta tags you want to be found in both SERPS and for social media.
Looking at the “page source” is often the best way to understand WHAT is actually on the page and available for social media to scrape.
When sharing a post on facebook, the Facebook opengraph OG:DESCRIPTION tag is getting filled full of badly formatted data scraped from the top of the page. This happens on the tagdiv newspaper demo too:
For example, when using the facebook buttons under the post:
http://demo.tagdiv.com/newspaper/strong-growth-and-engagement-across-our-community/
Facebook open
The og:title is correct “Strong growth and engagement | Newspaper”
the og:image is correct
the og:description is:
“Home Lifestyle Health & Diet Strong growth and engagement LifestyleHealth & DietJul 23, 20130 9560 All right. Well, take care yourself. I guess that’s what you’re best, presence old master? A tremor in the Force. The last time felt it was in the presence of my old master. I have traced the Rebel spi…”
Ideally this facebook og:description should take the extract from the start of the post, after stripping it of any html/script.
Thanks
Craig
Philip
simply enter the code from your ThemeForest purchase. It’s not a bug. It’s to help fight piracy of WP themes, prevalent on file sharing networks.
Dear Tagdiv Team,
How do I fix this so that the picture is in line with the name on the top menu? Picture doesn’t wrap on one of my test accounts.
https://drive.google.com/file/d/0Bzax_bFhmTjZd2s5eXJ2aUJMRUE/view?usp=sharing
Thanks!
I’m using WordPress Social Login and trying to figure out where to insert this code into td_login_widget.php so that it shows up in the form?
https://drive.google.com/file/d/0Bzax_bFhmTjZbDV1M0dOc2x0ZVU/view?usp=sharing
Shows up in wp-login:
https://drive.google.com/file/d/0Bzax_bFhmTjZWVU2QVVIMVAtRnM/view?usp=sharing
This is the code: <?php do_action( ‘wordpress_social_login’ ); ?>
I’ve able to login no problems using a widget and placing it directly on the home page.
Thanks.
Ughhhh. Just received an e-mail from CodeCanyon Staff saying that they won’t approve the plugin unless I make it compatible with all the themes.
It was my fault 🙁 It works with all themes but I was silly and submitted it for the Newspaper them. Will resubmit tomorrow.
Sorry guys for the delay.
Except maybe this… http://codecanyon.net/item/ultimate-social-deux/6556073 but the cost!
Looks good…
Any movement yet? 🙂 I’m trying to replace various Jetpack functions, and it’s hard to find a free sharing plugin quite as satisfying as yours…
I have having an issues sharing links to Facebook, my featured images are pulling in as blank. Ironically though, this isn’t happening to all links just some.
Here is one it happens to:
http://sportsmockery.com/2014/10/chicago-bears-becoming-critical-mel-tucker/
The Facebook debugger indicates:
“og:image was not defined, could not be downloaded or was not big enough. Please define a chosen image using the og:image metatag, and use an image that’s at least 200x200px and is accessible from Facebook. Image ‘http://sportsmockery.com/wp-content/uploads/2014/08/nhl_blackhawks_23.jpg’ will be used instead.”
I deleted lines 17-26 in header.php as indicated in another thread, I also try disabling the SEO plugin all together, neither worked. Even if I un-check “add open graph data” in the plug-in it still doesn’t work.
Can somebody please assist? It seems to have just started about 2 days ago, kind of lost on a resolution..?
Thanks in advance.
Chris
Glad you managed to resolve it!
Thanks for sharing!
I agree that they should have a bit more variety, but there are so many plugins out there that focus on that aspect that I don’t blame the team for not making it a priority. 🙂
Um…. did you look at the POST SETTINGS in the theme panel ? Under “sharing.”
There are no “custom settings” – no.
You can turn ON the basic set of buttons or the basic counter style buttons, or OFF if you want to use a plugin like AddThis, ShareIt, etc.
We use the default on one of our sites as that is the most popular things and it’s optimized for best speed (yay!). For another site we use AddThis as it adds more choices for top/bottom, counters, [+] button to all the optional things like Tumbler, etc.
For developers who need custom specific buttons for their specific audience, you can edit the code to add more buttons, as needed.
If you want easy route: use AddThis plugin 🙂
-
This reply was modified 11 years by
simchris.
Just verifying after searching this forum that there is NO OPTIONS for social sharing buttons. No on or off, no locations, no sizes? Everything has to be code commented out or edited? Thanks.
Sorry. that was a wrong url..here is the correct one: http://dip223.com/shareit/