Search Results for 'sharing'

    No search results were found in Documentation!

Results from the Forum
JorgeDDW
tagDiv Member

This is the list of plugins i’m using:
https://drive.google.com/file/d/0B4mhrtsln2SGMmg3MTJ0T1M0TEk/view?usp=sharing

I get noted that if im login with my admin account i can see the page, but outside the account or in another browser i cannot see it like you are looking at it.

byothe
Participant
#0

Hello,

I would like to make some modifications to the spacing at the end of my posts.

There is a large space after the last line of my post and the sharing pluggin I use and there is a too small space between this plugin and the ad coming below :

http://www.screencast.com/t/UappR7ucoPe

I would like to reduce the first space and increase the second one.

Thanks

Bogdan B.
tagDiv Staff

Hello,

This is a known issue with google+ as id does not handle open graph (OG) tags properly. You can follow these topics here to find the solution:

https://forum.tagdiv.com/topic/photo-incorrect-sharing-google/
https://forum.tagdiv.com/topic/social-share-and-yoast/

Thank you!

smishra
tagDiv Member

Also incorrect thumbnail is getting picked up while sharing !

simchris
tagDiv Member

Hello all…
some of you may have noticed in old threads I had suggested using the venerable ADDTHIS plugin if you needed quick “bunch of sharing buttons” for your site without having to do anything custom or fancy; I can no longer recommended AddThis due to an injection of large amount of comment text in every page, which is designed to disable and over-ride “comment removal” systems like mod_pagespeed. So, this broadcasts to everyone you’re using AddThis. Granted it’s a free offering at its basic level, but still not cool.

So, instead we have started using this one, which works great with the theme automatically, putting the “top” sharing items at bottom of post for those who want share buttons without bandwidth/page load affecting “counters” … if you just want people to be able to share stuff… this one works very well, and super lightweight:

(loads in under 5 msec.)

Simple Share Buttons Light
https://wordpress.org/plugins/simple-share-buttons-light/

A ‘pro’ version adds additional bells, whistles,

Alin [tagDiv]
tagDiv Staff

@akopein Thanks for sharing!

vladica79
tagDiv Member

New question. Can I change the look of social icons. My client wants them to look different. Where in theme code I can change the style of sharing buttons?

Andrei L.
tagDiv Member

Hi

The category tags displayed in a block can’t have different colors as they have the same css class and can’t be targeted individually. To achieve that it’s needed a function which generate a unique id for the category tag then use that id witin a css class to change the color. This is a complex task and I can’t provide a quick solution now. If you need this my advice is to look for a developer from sites like http://studio.envato.com/ if you don’t know how to do it yourself.

The indicated solution works. To add the social sharing buttons in block 13 just paste this code: http://pastebin.com/Pjjxr6bn here: http://screencast.com/t/e4vydIC9Bvsm ten add this css in theme panel: http://screencast.com/t/VP7kQst0ytB2

.td-social-but-text{
top: 0;
}

Thanks!

Alamina.moon
Participant
#0
Anatoilii
tagDiv Member

fixed!
file td_module_single.php
I changed it:
<a class="td-social-sharing-buttons td-social-google" href="http://plus.google.com/share?url=' . esc_url( get_permalink() ) . '" onclick="window.open(this.href, \'mywin\',\'left=50,top=50,width=600,height=350,toolbar=0\'); return false;"><i class="td-icon-googleplus"></i></a>
to:
<a class="td-social-sharing-buttons td-social-google" href="http://plus.google.com/share?url=' . urlencode(esc_url(get_permalink())) . '&title=' . htmlspecialchars(urlencode(html_entity_decode($this->title, ENT_COMPAT, 'UTF-8')), ENT_COMPAT, 'UTF-8') . '&source=' . urlencode(get_bloginfo('name')) . '" onclick="window.open(this.href, \'mywin\',\'left=50,top=50,width=600,height=350,toolbar=0\'); return false;"><i class="td-icon-googleplus"></i></a>

  • This reply was modified 10 years by Anatoilii.
  • This reply was modified 10 years by Anatoilii.
  • This reply was modified 10 years by Anatoilii.
  • This reply was modified 10 years by Anatoilii.
Andrei L.
tagDiv Member

Hi

1. I am not sure what you mean but if you want to count the post’s shares you would need a plugin as the theme doesn’t have an option for that. The theme wasn’t designed to display the social sharing buttons on pages, you will need custom modifications in theme core files ton achieve that. You can find some useful information in this topic: https://forum.tagdiv.com/topic/can-i-edit-block3/ Please note that this is complex tacks and you’re not aware of the steps you need to take in this regard please consider hiring a developer or a freelancer to do this for you as we can’t offer custom services at the moment.

2. You can remove the Pintrest share button by editing td_module_single.php file and delete this line: http://screencast.com/t/4s5kcUCsEvrhttp://screencast.com/t/OM5SNSEPnnhttp://screencast.com/t/SV7modnT3 In order to add a new sharing button please follow this tutorial: https://forum.tagdiv.com/add-a-new-linkedin-button/

3. Please make sure that you enabled the social icons in top bar: http://screencast.com/t/som0EZIfwQ clear all caches and test again.

Thanks!

  • This reply was modified 10 years by Andrei L..
vasik
Participant
#0

1) You can install social buttons on recording by the sharing. And you can either install it on the page?
2) I would like to remove and click pinterest button to add the social network VKontakte. How to do it?
3) links to my social network established in the footer ibcm.biz . But they do not appear on the top menu. What could be the reason?

Andrei L.
tagDiv Member

Hi

1. Sorry for misunderstanding you. The theme wasn’t designed to display the post views on modules but you can achieve that adding this code http://pastebin.com/JdFgK89X in td_module.php like here: http://screencast.com/t/BjVvJT9m Then you need to edit td_module_14.php file and add this line of code like here: http://screencast.com/t/o5t83VOzFaeM

<?php echo $this->get_modules_views();?>

The result should be like here: http://screencast.com/t/SVLgrtzl Note that this changes will be applied every time when module 14 is used on pages.

3. The social sharing buttons wasn’t designed to be displayed on modules, you will need custom modification in to achieve that. Unfortunately I can’t provide a quick solution, so if you need this and you’re not aware of the steps you need to take in this regard please consider hiring a developer or a freelancer from sites like http://studio.envato.com/ to do this for you.

Thanks!

  • This reply was modified 10 years by Andrei L..
Abner Santana
Participant
#0

Hi,

I’ve tried to use this tip from Alin: “Please try to test this by removing this itemprop=”image” from here: http://screencast.com/t/Ua5FRoCtBKg and see how it goes.”

In the previous version of Theme it worked well, but in the current version the error remains after removing itemprop = “image”.

I know that this problem may involve a lot of other things, but would be grateful if yours could help me with this, because I have many readers who follow me on G+.

Thanks!

Bogdan B.
tagDiv Staff

Hi,

This can happen when loading the font file (which contains those icons) from another host/url. I have checked your browser’s console and you have some errors – http://screencast.com/t/rmymkQquIbS
The solution would be to load them from the same url as the site or try this solution – http://webmasters.stackexchange.com/questions/71630/font-blocked-from-loading-by-cross-origin-resource-sharing-policy-no-access-co
If the problem is still there, you can also try to disable all your plugins except visual composer and see if it’s not a conflicting plugin.

Thanks!

simchris
tagDiv Member

As an fyi, those look like category numbers and post ID numbers, hence the

yoursite/123/1234

yoursite/[catid]/[postid]

where first numbers might be category ID, and second number would be post ID.

So, if your permalinks had been set that way, or if you are using nay kind of sharing tool which used/uses the IDs as some kind of shortcodes, that is how you’d end up with those URLs.

Or, if you had the permalinks set that way somehow for any period of time.

The theme does not change your permalink structure or generate those kinds of URLs.

Just some anecdotal info on what those URLS “mean” structurally. 🙂

monica
tagDiv Member

Hello Bogdan,

You are right, the error comes from the old social sharing widget from newspaper 4.

But, i can´t remove the social sharing widget because the option does not appear, look

what else can I do? will I have to uninstall and reinstall the newspaper6?

Thank you!

Lucian
tagDiv Staff

Hi emssp,

Glad you’ve managed to get this done. We still need to test the qTranslate X with the theme so I’ll also add this on our todo list for revision and consider it then.

Thanks for sharing this solution!

Bogdan B.
tagDiv Staff

Hello Monica,

I did a little digging and found that the error comes from the old social sharing widget from newspaper 4. You updated the theme from that version and that is what causes it. The sharing widget in the sidebar is no longer available in the newer versions so you have to remove it from your sidebar in appearance->widgets.
Now you can activate social sharing from the theme panel and the social counter plugin.
Newspaper 6 was built from scratch and there are a number of big changes made. Some old features will not work anymore because they have been replaced by the new ones.

I hope this helps.
Thank you!

Bogdan B.
tagDiv Staff

Hello Jorge,

You can remove the sharing buttons from the theme pannel: http://screencast.com/t/ljf4BC4ScL0
You can read more about sharing options here: https://forum.tagdiv.com/sharing/https://forum.tagdiv.com/tagdiv-social-counter-tutorial-2/

Thank you!

Bogdan B.
tagDiv Staff

Hello esertan,

You can add sharing buttons that pull your followers from your account by using the ‘Tagdiv social counter’
You can read how to set it up here: https://forum.tagdiv.com/tagdiv-social-counter-tutorial-2/
Make sure you enter just your social ID not the URL.
On posts you have another option for sharing that you can activate from the theme panel: https://forum.tagdiv.com/sharing/
You can enter your sharing accounts here: http://screencast.com/t/lvmAITld
I hope this helps.
Thanks.

esertan
Participant
#0

Hi;

How do I add sharing numbers to posts?

Bogdan B.
tagDiv Staff

Hello Jerry,

This usually happens when loading the font file (which contains those icons) from another host/url
The solution would be to load them from the same url as the site or try this solution – http://webmasters.stackexchange.com/questions/71630/font-blocked-from-loading-by-cross-origin-resource-sharing-policy-no-access-co

Let me know how it goes!

Thanks.

  • This reply was modified 10 years by Bogdan B..
Bogdan B.
tagDiv Staff

Hello,

I have checked your site and the Facebook sharing buttons seem to work fine: http://screencast.com/t/kTAz4A7bO8Dhttp://screencast.com/t/LpwpauMmg
Please provide more details if the problem is still there.

Thanks.

Viewing 25 results - 4,501 through 4,525 (of 5,508 total)