Search Results for 'sharing'

Results from the Forum
iarhip
tagDiv Member

you again do not understand me … I need an icon link to the site ok.ru in the header of the site. In the selection menu of these buttons, OK is not !!! how can I make it … SHARING does not interest me !!!!

iarhip
tagDiv Member

170/5000
vy menya snova ne ponyali… mne nuzhna ikonka ssylkoy na sayt ok.ru v shapke sayta. V menyu vybora etikh knopok OK net!!! kak mne yego sdelat’… SHARING menya ne interesuyet!!!!
you again do not understand me … I need an icon link to the site ok.ru in the header of the site. In the selection menu of these buttons, OK is not !!! how can I make it … SHARING does not interest me !!!!

вы меня снова не поняли… мне нужна иконка ссылкой на сайт ok.ru в шапке сайта. В меню выбора этих кнопок OK нет!!! как мне его сделать… ШАРИНГ меня не интересует!!!!

Guims
Participant
#0

Hello,

when I want to share an article on facebook, I get this:
image

I have disabled all plugins, deleted the cache of my browser, I even launched ccleaner and restarted my computer. I always have this message displayed before the description of my article.

Thank you in advance for your help.

hpmedia
Participant
#0

I had a big problem with the display interface. After I installed them many times, they broke the structure and displayed it in unexpected ways. Please guide me how to fix this problem. You can see the images below:
https://drive.google.com/file/d/0B0WJ7jnOYUBmeXNlTUlPa0hQSVU/view?usp=sharing
https://drive.google.com/file/d/0B0WJ7jnOYUBmN05vbEprcW9fbHc/view?usp=sharing
https://drive.google.com/file/d/0B0WJ7jnOYUBmUGtzV0E1b19HZ0k/view?usp=sharing

Thank you!

Simion C.
tagDiv Staff

Hi,

There are some meta properties in the page source fromm what I can see, but the Yoast SEO plugin does not seem to be installed
https://www.screencast.com/t/vB8N8RsC0OT
The plugin has to be installed and configured properly, it alone handles all the social sharing. The theme does not have any options in this matter, or does it affect the sharing.
The debugger detects the required meta as missing from the page.
For the crawl image problem, maybe you can check if there is an error log specifying what exactly is the problem with the images in the posts
https://support.google.com/webmasters/answer/35120?hl=en
Find if there are any errors and why they are caused and test again
-https://support.google.com/webmasters/answer/6066468?hl=en
Some possible causes and useful information here
https://support.google.com/merchants/answer/6098154?hl=en
https://www.searchenginejournal.com/definitive-list-reasons-google-isnt-indexing-site/118245/
https://moz.com/blog/how-to-fix-crawl-errors-in-google-search-console
The smart sidebar has to be enabled in the theme panel
https://www.screencast.com/t/3snWdHMu
These issues could be caused by plugins, try deactivating all your plugins except theme plugins and Yoast SEO, clear any installed caching and make tests. Check custom code in the theme panel, or added to the theme files directly.

Thanks

OctaneAddict
tagDiv Member

Hi Simion

With regards to Facebook sharing, the same was done. There is no change in it. The image comes up, with a Title that just reads MotorOctane.com instead of anything. I have got the title for fb and twitter changed on Yoast about 2 months ago. It did function well on the old theme.
See this link in Facebook debug page:
https://motoroctane.com/news/24119-tata-nexon-launch-price-specifications-comparison
Facebook debug page: https://developers.facebook.com/tools/debug/sharing/?q=https%3A%2F%2Fmotoroctane.com%2Fnews%2F24119-tata-nexon-launch-price-specifications-comparison

With regards to images, I meant in Webmaster Tools, Data Structure is where it goes missing. Not in Sitemap. Help us with the same.

Simion C.
tagDiv Staff

Hi,

Maybe these guides can help you with the Facebook sharing
https://forum.tagdiv.com/facebook-share/
https://yoast.com/social-media-optimization-with-yoast-seo/
https://kb.yoast.com/kb/facebook-sharing-updated-details/
https://kb.yoast.com/kb/why-doesnt-facebook-display-an-image/
https://kb.yoast.com/kb/warning-fb-app-id-hasnt-been-included-in-the-meta-tags/
For the image issue with Google tools please provide more details about what exactly is happening, so we can understand better. I found this similar topic if this is related
https://moz.com/community/q/why-google-isn-t-indexing-my-images

Thanks

Bogdan B.
tagDiv Staff

Hello,
Please check these methods of implementing other networks into the post sharing:
https://forum.tagdiv.com/topic/how-to-add-a-vk-sharing-button-on-your-posts/
or
https://forum.tagdiv.com/topic/add-linkedin-sharing-button/
Thanks

Simion C.
tagDiv Staff

Hi,

At the moment there are no options to remove or add more sharing options for the post page. The easiest way of removing the Google and Pinterest sharing would be to hide them with CSS like this
https://www.screencast.com/t/LZYoApRiM4
https://www.screencast.com/t/UtMh6TaAvk

.td-default-sharing .td-social-google,
.td-default-sharing .td-social-pinterest {
display: none;
}

The code must be entered in Theme panel->Custom CSS section.
This could also be done by modifying the theme file where the post sharing is defined, here are some similar topics
https://forum.tagdiv.com/topic/add-email-sharing-button-2/
Something as simple as a link with a Font awesome mail icon can be sufficient
https://www.screencast.com/t/kN5YBf56WY6P
The with some CSS to style it, the result is like this
https://www.screencast.com/t/x9IXuNL1VV9
Or maybe you can try sharing plugins that have more options. The theme might also add this possibility in a future update, but I cannot say for sure when this will happen.

Thanks

tendosk8er
Participant
#0

How to edit sharing? for example if i want to add Instagram in there….
I can’t find option to edit this, only found enable sharing icons or disable

Simion C.
tagDiv Staff

Hi,

If you mean the post sharing in the post page, that can be disabled in the theme panel
https://forum.tagdiv.com/sharing/
The socials displayed in the header and footer can be disabled like this
https://forum.tagdiv.com/top-bar-templates/
https://www.screencast.com/t/goLzT0zL2
Or the accounts can be removed from the Social networks settings
https://www.screencast.com/t/sMnYDm3kYEm7

Thanks

Simion C.
tagDiv Staff

Hi,

At the moment there is no option to add socials in the post sharing. That button could be added by editing the file where the post sharing is defined, and entering the button code manually
https://www.screencast.com/t/njxl3XWvB
http://www.stumbleupon.com/dt/badges/create
Or maybe it would be easier to use a social plugin that may have the option to display such a button.

Thanks

dezbee
tagDiv Member

Is there a way I can customize social sharing buttons? Like add/remove. I would like to add stumbleupon button.
https://snag.gy/BbzW4n.jpg

Bogdan B.
tagDiv Staff

Hello,

Thank you for your suggestion. In the meantime, please use this guide: https://forum.tagdiv.com/topic/add-linkedin-sharing-button/

Thank you!

raymukesh
tagDiv Member

I have tried it on other themes and it works, and the weird thing is that I have tried it on newspaper theme on a local host and surprisingly it works.
Check the link https://drive.google.com/file/d/0B1Doj6gTZMI7blJxNXNQV3BmOVE/view?usp=sharing
I have switched of the ad blocker and other plugins. I am able to show other banners from hostgator. I think its a javascript banner, can you tell me any way around this?

Thanks,
Mukesh

arthurdp
tagDiv Member

Hi Bogdan, thank you so much for your reply. Just to be sure, I edited them all. 13 I think it was. So, it cannot be that.

I disabled jetpack for now and enabled the newspaper sharing options, so the issue is kind of solved for me now, but you may want to look into it nevertheless.

Thanks

Bogdan B.
tagDiv Staff
arthurdp
tagDiv Member

Hello,
I’m looking for the same, but I have the JetPack sharing buttons before the review block comes. I’ve edited the loop-single-*.php files to move the get_review directly after the get_content line, but the sharing buttons stay. Any idea?

Thanks!

paologalli
tagDiv Member

Hi Catalin
I already implemented the button and the code for sharing… I just need the sprite file with the Linkedin icon inside

I remember that there was a file to change but installing the new theme version I lost it

Catalin
tagDiv Staff

Hello paologalli,

Please try the following implementation and check here -> https://forum.tagdiv.com/topic/add-linkedin-sharing-button/
https://forum.tagdiv.com/topic/how-to-add-a-vk-sharing-button-on-your-posts/
Unfortunately, there is no simpler way except installing a share plugin.

Thank you!

Catalin
tagDiv Staff

Hi,

If you want to remove these sharing buttons, please try using the code below ->

.td-social-google, .td-social-pinterest{
display:none!important;
}

Please check here -> https://forum.tagdiv.com/topic/add-linkedin-sharing-button/
https://forum.tagdiv.com/topic/how-to-add-a-vk-sharing-button-on-your-posts/
Unfortunately, there is no simpler way except installing a share plugin.

Thank you!

opiceblum
Participant
#0

Hi, I need to remove Pinterest and Google+, and add LinkedIn and Telegram. Is there a way to do that? Thanks!

Catalin
tagDiv Staff

Hello opiceblum,

1)In order to change the source position in the post, notice that you should edit the theme core files like this -> https://www.screencast.com/t/vXw38WoJk and move this snippet of the code, according to your desired theme’s position.
2)There is an option for it in Theme panel, like this -> https://www.screencast.com/t/Sz42z7z1zHe3 and from here -> https://www.screencast.com/t/5Ke6ee94
3)What do you want to say through changing your sharing buttons? The theme does not have any such an option that allows you to make some changes to the sharing buttons. You should edit the theme core files if you want to edit them, sorry!

Thanks.

Simion C.
tagDiv Staff

Hi,

You could increase the width of the element, by default it is like this
https://www.screencast.com/t/nLuHBj4CRU4
Try a code like the one below for example, if the translation is longer
https://www.screencast.com/t/7qCuUuu0W2

.td-post-sharing .td-classic-facebook iframe {
width: 135px!important;
}

Enter the code in Theme panel->Custom CSS

Thanks

Viewing 25 results - 3,301 through 3,325 (of 5,508 total)