Search Results for 'sharing'

    No search results were found in Documentation!

Results from the Forum
Bogdan B.
tagDiv Staff

Hello,

Unfortunately there is no simple way to add a new sharing button in the post sharing options. The new theme sharing functionality is much more complex and multiple adjustments have to be made in order to add a new button. Sorry but we cannot ofer any custom work at the moment so you will have to hire a freelancer to help out with the code.

Thanks.

tomatoco
tagDiv Member

Hi,

I can add “SHOW SOCIAL ICONS” with your advise but I’d like to add new share button.

How to add the button to
THEME PANEL > POST SETTING > Sharing > SOCIAL NETWORKS ??

After added, I want to choose some of buttons.

teknolojisk
Participant
#0

Hi,

After updating to Newsmag 4.3 and choose a new social sharing style, and some new services, the output is like the situation given in the link below:

https://prnt.sc/j76rdb

For reference, go to https://www.teknoblog.com/facebook-gizlilik-ab-gdpr-tum-dunya-uygulayacak-171453/

How can I fix this problem?

dennistk
Participant
#0

I just updated to the new newsmag 4.3 version and I noticed the theme now squashes the sharing buttons both on top of the article and bottom. What might be causing this?

Catalin
tagDiv Staff

Hello Tatiane Pires,

Sorry but the theme does not have any such an option that allows you to insert sharing icons to each of any number of images a TagDiv Slide Gallery, sorry! You should customize it yourself if you want to have this feature because we cannot provide support for custom implementation, sorry!

Thanks for your understanding!

Tatiane Pires
Participant
#0

I need to insert sharing icons to each of the any number of images a TagDiv Slide Gallery can have.

Digging Newspaper’s files I found td_wp_booster_functions.php and the function td_gallery_shortcode. I tried to override this function from a child theme to add the icons to the variable $slide_display_html, no luck so far.

So how exactly can I get this done from a Newspaper’s child theme?

Note to make things clear:
This question is NOT about the regular post/cpt sharing icons, whose settings are on Theme Panel under Post Settings > Sharing. Before someone makes any weird assumption regarding what I’m asking here.

Bogdan B.
tagDiv Staff

Hello,

In order to add a new sharing button. Please use this method: https://forum.tagdiv.com/topic/how-to-add-xing-as-a-social-network/

Thank you!

tomatoco
Participant
#0

Hi,there.

I’d like to know the additional sharing button.
I read old forum but I could’t find exact answer and some answer is old.

“td_social sharing” in /include/wp_booster seems to be pertinent section but no effect to Sharing on Theme Panel.

added to this code.

private static function get_service_share_info($service_id) {
$page_permalink = esc_url(get_permalink());
$page_id = get_the_ID();
$page_title = get_the_title();

switch ( $service_id ) {

case 'facebook':
return array(
'url' => 'https://www.facebook.com/sharer.php?u=' . urlencode($page_permalink),
'title' => 'Facebook'
);
break;

case 'twitter':
$twitter_user = td_util::get_option( 'tds_tweeter_username' );
return array(
'url' => 'https://twitter.com/intent/tweet?text=' . htmlspecialchars(urlencode(html_entity_decode($page_title, ENT_COMPAT, 'UTF-8')), ENT_COMPAT, 'UTF-8') . '&url=' . urlencode($page_permalink) . '&via=' . urlencode( $twitter_user ? $twitter_user : get_bloginfo( 'name' ) ) ,
'title' => 'Twitter'
);
break;

Do I have to change other code as well??

Atul_123
Participant
#0

When i share my post on facebook then feature image and title is not showing . But some posts are being done properly. So please help me .

jeumpanews
tagDiv Member

Hi,

Try the jetpack sharing button. I don’t know how they do it but whatsapp is visible on all devices. And you can add other services as well. Maybe you could ask them on how to add the new service that you required.
Hope that help.

firedelight
Participant
#0

when i share any post through whatsapp the featured image of that post is not display.please help me how to display the featured image.

Catalin
tagDiv Staff

Hello tonejarvis,

You should edit the post template files and add your desired code. The social sharing can be enabled from here -> https://www.screencast.com/t/z1M85x42

Thanks.

Simion C.
tagDiv Staff

Hi,

The Yoast SEO plugin is a must in terms of social sharing
https://forum.tagdiv.com/facebook-share/

Only through a SEO plugin the necessary meta will be added. The theme does not have any default OG data.
I have tested one of your posts with the debugger, there is no problem with it from what I can see
https://www.screencast.com/t/nyFMfycwHG
The necessary information is present along the proper image. Please correct me if I misunderstand something.

Thanks

Simion C.
tagDiv Staff

Hi,

Some sharing socials will only be displayed on phones, they are hidden on other devices. I believe that is also the case with whatsapp and viber socials which only display on phones as well. That is the intended behaviour, not a browser or cache issue.

Thanks

Catalin
tagDiv Staff

Hello andrepado,

Please notice that functionality was tested on my site and the Featured image will be displayed when a post is sharing on Linkedin, as you can see here -> https://www.screencast.com/t/1tAqttMblt5k Try to make a new clean install from scratch to another sub-domain for testing, clear all the caches and check the results.

Thanks.

pankaj221
Participant
#0

Hi,
All of a sudden a ” Previous article” & “next Article ” field suddenly appeared. Just below the sharing buttons. i checked and found it can be due to Jetpress plugin. I played with it and ultimately disabled and removed it. but those related fields dont go . can u help

Please see the screenshot https://www.screencast.com/t/RLSy18i7LIh

2nd problem Under customization —> Themes option is missing —( this is one place where i can search for Single post setting and may be try removing previous nextarticle ”
screenshot atttached
https://www.screencast.com/t/H6dz1EHDAajI

For reference — this is the standard theme option
https://www.screencast.com/t/vvglS4Q8RSz

pankaj221
Participant
#0

Hi,
All of a sudden a ” Previous article” & “next Article ” field suddenly appeared. Just below the sharing buttons. i checked and found it can be due to Jetpress plugin. I played with it and ultimately disabled and removed it. but those related fields dont go . can u help

Please see the screenshot https://www.screencast.com/t/RLSy18i7LIh
Thanks

veteranstoday
Participant
#0

Hi,
We are trying to debug this issue since 10-12 days, but still no luck, Every-time we post article on fb it shows other articles featured image and same image was showing for every new post we add,So we started testing by checking og:image url etc by installing yoast SEO plugin and it didn’t worked then We are getting lots of error from theme, our site was crashed so we deactivated all the plugin or u say normal troubleshoot we did as described in wordpress support, now after changing theme to default 20-17 theme it works fine, I disabled every plugin on VT today at 3:45pm (Sunday) except for WP Bakery (Theme) And then I tried to debug a VT post on FB Debugger
https://developers.facebook.com/tools/debug/sharing/ NO WORK.

this is the website url https://www.veteranstoday.com

So I disabled the THEME NEWSPAPER and put in the generic FIFTEEN Theme from WP
Then I went to debug on FB and it worked! Boom! The correct title and featured image were showing, so we know it’s theme error how to solve the pblm plz let us know

thanks

Catalin
tagDiv Staff

Hello osabob,

The Mail sharing functionality does not work or what? Ensure that your email service is active on your server or you should use such a plugin with this functionality, like SMTP plugin. Can star reading from here -> http://www.wpbeginner.com/wp-tutorials/how-to-use-smtp-server-to-send-wordpress-emails/

Thanks for your understanding!

andrepado
Participant
#0

I’m using newspaper theme and when I share an article (with or without button sharing) in LinkedIn there is an issue with image: it doesn’t load! In Facebook, twitter, telegram always work very well.

The site is: https://www.nonsolofisco.net/

Thank you in advance

Bye

Andrea

Catalin
tagDiv Staff

Hello osabob,

Provide your website so I can take a closer look at your social sharing buttons.

Thanks.

phil_ilo
Participant
#0

I’m not sure why my header and logo image are displaying improperly. The main menu is partially hidden behind the top menu. The logo is very small.

Screenshot: https://drive.google.com/file/d/1HBC0poKJ1J4kdx4XYl_4w-11_08JUGfo/view?usp=sharing

osabob
Participant
#0

Hello,

I am experiencing an issue with the social E-mail button.

After clicking the e-mail button, my e-mail client opens and this is OK, but the e-mail body does not give me the full url of my website – i see only the path to the post: https://wpde.sk/po/op04b8p7fq4n2i.png

The URL is mailto:?subject=Tak się bogaci Olsztyn…&body=/tak-sie-bogaci-olsztyn/

As you can see, there URL is not full, it lacks my domain.

Can you help me out in this matter? I’d be very grateful.

My WP version is 4.9.4
My theme version is 8.7.2
My PHP version is 7.1.12

Llapi
tagDiv Member

Hello Mr. Catalin,

Now in this domain, I installed all of them new, so wordpress, theme etc, but this is problem for us because we have many posts.
In our wordpress, all plugins are trusted.
When we open in mobile, sharing buttons are okay, just in desktop not showing.

Please help us,
Best regards,
Llapi

  • This reply was modified 8 years by Llapi.
Catalin
tagDiv Staff

Hello proffsg,

I have checked some of your posts and the Sharing Buttons seem to be there and work as expected. Try to clear all the caches, purge CDN files and check the results.
-> https://www.screencast.com/t/VvzGfdrse

Thanks for your understanding!

Viewing 25 results - 2,851 through 2,875 (of 5,508 total)