Search Results for 'sharing'

    No search results were found in Documentation!

Results from the Forum
Simion C.
tagDiv Staff

Hi,

You could add the respective code in the post template files
https://www.screencast.com/t/egaeEq6MFkXo
Opening a post template file you can see it’s structure.

Try adding that code below the bottom social sharing section if that is where you want it to appear, then check in a post that uses the post template where you make the modification. These default post templates can be edited in a child theme.

Thanks

devmdn
Participant
#0

Hi,

I set default sharing buttons via Theme Panel -> Post Settings -> Sharing -> Bottom Article Sharing (Rest is disabled). It is showing Facebook, Twitter, Google+ and Pinterest buttons under the posts but i also want to add Linkedin button in this list. I also want to order the buttons like: Linkedin – Facebook – Twitter – Google+ – Pinterest.

Please advise.

Calin
tagDiv Staff

Hi,

Because you are using a plugin (I think is this plugin Social Media Follow Buttons Bar ) and you have mobile theme activate, you get tow editors in pages, one of desktop pages and at the bottom you get Mobile editor for mobile, this plugin set in each one the social media, and the social sharing appear twice, if you deactivate the mobile theme plugin, will appear just once.

For sharing, I thing you are using a plugin, not the one from our theme, and you set in it the wrong id for YouTube
https://www.screencast.com/t/pYSM82rHYS
https://www.screencast.com/t/VQGLUUHkboy7
In order to change the link on sharing to social media, please go in Settings Social media Follow Buttons and change the link that you set on youtube
https://www.screencast.com/t/dGPT0JRicGbV

In order to translate some words from theme, please go in Newspaper> Theme panel>Translations expand translations and replace the the words you want, or load an available translations
https://www.screencast.com/t/xlThl46Asx

Also please read our documentation from here:
https://www.screencast.com/t/qrSjSUBul
-> https://forum.tagdiv.com/newspaper-theme-documentation/

Thank you for your understanding.

shariful_hamid
Participant
#0

I enabled email sharing icon from post setting. And email icon is now showing in every post but the icon is not working.

My URL:
http://amrai71.com

trendyseekers
Participant
#0

Hi,
new member here and willing to ask for help in?
1. Setting nofollow on socialsharing button under title and content
2. How to increase content width area to the right by removing the space between content area and sidebar?

Here’s my snapshot in visual http://prntscr.com/lnj1yc

Thank

Simion C.
tagDiv Staff

Hi,

That is the post sharing section, it can be disabled in the theme panel for top and bottom of the post page
https://forum.tagdiv.com/sharing/

That ad looks like the default ad. All ads can be managed in the Theme panel->Ads section. Remove all the demo ad codes from those sections and they will be removed.

Please let us know if you have more questions.

Thanks

knwtech
Participant
#0

We have “Top Article Share Text” set to Show. Is it possible to change the “Share” text that appears to something like “Sharing is Caring”? Right now it looks like we would need to edit the code snippet that generates: <div class=”td-social-but-text”>Share</div>

Is that correct and if so where could we edit that code? Many thanks!

Viju
tagDiv Member

Please let me know how to fix this AMP error

Screenshot

Calin
tagDiv Staff

Hi,

Thank you for sharing the solution you’ve found with us.

Anil
Participant
#0

Want to add WhatsApp sharing button in every bloque quotes. How do i add? Something like click to tweet button.

rvirtuable
tagDiv Member

Thank you for the answer. I have uploaded 2 screenshots to G Drive.
First link – picture size. This is the size I set, which doesn’t match with the size of the picture in the website.
Second link – picture style. This is the set style and action don’t appear either in the website.
I hope this can be useful =)

Greetings!

Simion C.
tagDiv Staff

Hi,

1. Maybe with a plugin that would be possible. With a plugin that can provide a shortcode which you can enter in the cloud post template for example, in a text element next to the post sharing
https://www.screencast.com/t/9tImhs8CMT

2. For a specific menu item it could be done with some CSS, like in this topic
https://forum.tagdiv.com/topic/coding-question-editing-the-mega-menu-all-feature-editing-block-pagination/
By using the unique ID of the menu item the code will work only in that case. Example
https://www.screencast.com/t/QucES7VC2I
Code used in example

.menu-item-XXXX .block-mega-child-cats a:first-child {
display: none;
}

3. So you want to remove the last three options from the pull down filter, something like this will do that
https://www.screencast.com/t/EpK67GiZyax
Simply enter it in the Theme panel->Custom CSS section, it will affect all category pages.

.category .td-pulldown-filter-list li:nth-last-child(-n+3) {
display: none;
}

4. You can display a video in a theme ad spot if that is what you want. This topic is similar
https://forum.tagdiv.com/topic/youtube-video-or-self-hosted-video-as-an-ad/

Thanks

Lecache
tagDiv Member

Problem fixed, I didn’t see the setting in POST SETTINGS / SHARING !

My bad 🙂

Lecache
Participant
#0

Hello,

I have a issue with the sharing buttons of Newspaper theme.

We have a twitter account which is like _NICKNAME_

When we share an article by clicking on the twitter sharing button, it shows the tweet and at the end “Via NICKNAME” without the underscores ! Which is a problem because NICKNAME is another person on twitter.

Any way to fix this ?

Thank you

Calin
tagDiv Staff

Hi,

Unfortunately, notice that only these social sharing are available at the moment, sorry! If you want deeper customizations you should do it yourself through the code or if you are not aware of the steps which are needed to take in this case, please consider hiring a freelancer/developer to help you because we cannot provide custom work at the moment, sorry!

Thank you for your understanding.

devicepit
tagDiv Member

Yes I was referring to the black demo version of the newspaper theme. Each time I try to install the demo I get mixed content warnings in the console which leads to a non-secure connection. What I mean is the https turns to http!

I have also found out where is the mixed content warning coming from.

https://drive.google.com/file/d/1ZFpP9iqIt8a7026H6A_YgvlXNWC1rfau/view?usp=sharing
https://drive.google.com/file/d/1787KkzCXM6BBA-DJ6yF2QQE7SIEb9JFD/view?usp=sharing
https://drive.google.com/file/d/1vgIX0hdy72QAfDi9b2Em2HwbBgETY8-G/view?usp=sharing

Apparently, this is a demo image comes in-built with the theme.

Hoping for a solution!

Calin
tagDiv Staff

Hi,

Please try this custom css:
@media screen and (min-width: 1364px){
.home .the_champ_sharing_container.the_champ_vertical_sharing.the_champ_hide_sharing.the_champ_bottom_sharing {
margin-left: -110px !important;
}
}

Thanks.

Ryansmccain
Participant
#0

When I share a blog post on Twitter, it posts like this:

Notice how small the image is. I spoke with Buffer and they said my theme needs to have twitter large cards enabled:
https://developer.twitter.com/en/docs/tweets/optimize-with-cards/overview/summary-card-with-large-image.html

This is a tweet from Buffer support that explains more:
Hi Ryan! When I use Twitters card validator tool I'm seeing the preview being generated like this: http://hi.buffer.com/4683aaf62581
Looking at the details Twitter are sharing in their guide to Twitter Cards, I think these parts are likely key: http://hi.buffer.com/525e8b7b1b2c -Dave

So, can I enabled large images?

Thanks

delcata
tagDiv Member

hmm I understand ,but if i share a post on my Facebook for example they can see the amp version? because sometimes i see people sharing facebook posts with the amp logo left bottom and these posts can be loaded instanly from Facebook app.

Bikos
Participant
#0

Good afternoon,

I tried to use Facebook share from an article and the image is now visible (see link below)
http://prntscr.com/lerph5
I was wondering how is it possible to make a Facebook share appear like this with a big image above the text (see link below).
http://prntscr.com/lerpxx

Thanks in advance,
Constantinos S.

Viju
tagDiv Member

Also, let me know in details that what are the benefits to use all functions shown in below image? Will this helps in SEO?

Screenshot

Thanks

jubeljoy
Participant
#0

Dear Team,

We are getting Security Threat Error on wpeditor.php

Error screen shot attached.

Can you please check the same and suggest the way forward.

Note:We have already updated and running with latest update of Newspaper theme.

Regards,
Jubel

temporary_saint
Participant
#0

Hello – When I go to Post Settings > Sharing and select different services (turn off Pinterest and Google Plus, add Linked In) those changes don’t reflect in either the top or bottom sharing areas. Is this a known bug?

progorovor5
Participant
#0

Why is there no count showing how many shares a post gets in the newspaper theme?

check image: https://ibb.co/dOUNtL

Viju
tagDiv Member

The issue is with indexing request rejected for images only

Screenshot

https://www.softfully.com/robots.txt (OK)

My image index dropped with this theme.

Screenshot

Viewing 25 results - 2,551 through 2,575 (of 5,508 total)