Search Results for 'sharing'

Results from the Forum
Bogdan B.
tagDiv Staff

Hi Carly,

Unfortunately there is no option in the theme to share a page, but you can use a plugin to do that. Something like: https://wordpress.org/plugins/facebook-by-weblizar/
Try a few of them out because there are lots of sharing plugins out there. Use a bit of trial and error to find the one that suits you.

Thank you!

findlay
Participant
#0

Hi,

I’ve had to change from hostgator to inmotion vps. Everything is working ok on the new vps except the social sharing, post view and up/down page arrow icons are shoung unicode characaters as you can see here http://howdoidate.com/sex/sexual-satisfaction-highly-regarded-badly-understood/

Any idea how to fix?

Thanks

Derek

jcarr99
Participant
#0

Hi,

I’m trying to change the above and below aritcle facebook and twitter from share to follow.

I was successful with facebook but twitter is giving me an issue. here is what I have so far.


        if (td_util::get_option('tds_bottom_like_tweet_show') != 'hide') {
            //classic share buttons
            $buffy .= '<div class="td-classic-sharing">';
	            $buffy .= '<ul>';

	            $buffy .= '<li class="td-classic-facebook">';
                $buffy .= '<iframe frameBorder="0" src="' . td_global::$http_or_https . '://www.facebook.com/plugins/like.php?href=http://facebook.com/gruntstuff' . '&layout=button_count&show_faces=false&width=105&action=like&colorscheme=light&height=21" style="border:none; overflow:hidden; width:105px; height:21px; background-color:transparent;"></iframe>';
	            $buffy .= '</li>';

	            $buffy .= '<li class="td-classic-twitter">';
	            $buffy .= '<a href="https://twitter.com/GruntStuff"> <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>';
	            $buffy .= '</li>';
            
	            $buffy .= '</ul>';
            $buffy .= '</div>';
        }

        $buffy .= '</div>';

        return $buffy;
    }

It’s working perfectly in the share box but below that it adds like 5 other twitter follows… Does anyone know what’s going on here?

Example of duplicate twitter follow buttons

rapidcloud
Participant
#0

Hello, I have the following problem when I click to share a publication on Google+, the plugin is showing a picture of another publication. How can I fix this?

See Image: http://prntscr.com/8q0dqv

NickSi
tagDiv Member

Actually it is since you intergrated jetpack’s statistics within your widgets ;P

However, the problem is with the publicize feature of Jetpack and not with the sharing buttons( i use the default sharing buttons of your theme). Well, it is a popular plugin so if you have any idea where to search and what, it would be really helpful, if not your answer is approved 🙂

Thank you for your reply.

simchris
tagDiv Member

Did you check the support forums for Jetpack?

Jetpack is not part of the theme.

https://jetpack.me/support/sharing/

Sorry I don’t have better answer! 🙂

simchris
tagDiv Member

Put the right account in your setup: such as YOAST SEO, and for each USER which is publishing/posting content.

Check the sharing setting in the theme panel also:
https://forum.tagdiv.com/sharing/

Hope that helped !!!!

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

Hello,

There is no option in the theme panel for that, but you can remove them with custom CSS:

.td-classic-sharing{
display:none;
}

Or from the core files:
http://screencast.com/t/5WMy2up3k

Thank you!

unplug.tips
Participant
#0

Hi Guys,

I’m having some thoughts on the social sharing buttons, how they work on posts and adding images to the social tab in Yoast

When I try to share a post via the social icons on the post page I don’t always get an image appear with the post, I have bought this up previously with you about facebook sharing and know of the facebook limitations etc but I seem to be getting this with twitter also.

I would like twitter to show the image on new posts but it doesn’t appear, I know I can achieve this with a twitter card plugin or similar but I thought that was the point of the social tab in Yoast? I have tried some twitter card plugins but they seem to slow the site to a standstill and conflict with the yoast plugin.

Moving on to Yoast… When I add the data to the social fields I can add the facebook image but the other images for Twitter and G+ will not upload unless I load the facebook image and save the draft then move on to upload the twitter image and save the draft and then move on to the G+ image and save the draft etc, mildly annoying as it is but when I share a twitter post after uploading the yoast image the image still doesn’t show until the post is clicked open in twitter, is this normal?

I’ve had a look around the forums and there are various suggestions and things that I have tried to remedy the situation but can’t seem to put my finger on it.. obviously I can get the first social media post on each article to look correct by doing them manually but this doesn’t help when the posts are shared by our visitors.

Let me know your thoughts

Bogdan B.
tagDiv Staff

Hello,

Sorry but we have not tested this plugin and we cannot assure you that it will work or not with our theme. You can use a bit of trial end error to see how it works. Some plugins work with our theme, others don’t. You can make a quick search through our forum and see which sharing plugins our users found.

Thank you!

Andrei L.
tagDiv Member

Hi @pmats777

Thanks @Chris S
The current version of Newsmag theme have included version 4.6.2 of Visual Composer plugin. This post https://forum.tagdiv.com/topic/fb-not-sharing-post-featured-image-or-post-title/ refers at Newspaper theme which have V 4.7.1.1 of VC
We will release an update for Newsmag theme soon, which will include and the latest version of Visual Composer and also new features.

Thanks!

Bogdan B.
tagDiv Staff

Please make sure you select full size of the picture : http://screencast.com/t/WaKXpKsJU also where you insert media: http://screencast.com/t/qo7UkHy9
I have inspected your site and saw that the image is not set to full size:
mine: http://screencast.com/t/SLHvG2weQwUZ yours: http://screencast.com/t/oAOZpXeoplS
The sharing buttons on the top post are not from a plugin. The option comes with the theme: http://screencast.com/t/6mqWHJj00
In order to get an image full width you need to do some custom modification.
It can be done with CSS. You have to place the image in a

container (in the text view) and set a css class to it: http://screencast.com/t/aFwXmdXM
Then you can use this custom CSS to display it full size:

@media(min-width: 1141px) {
.td-post-content .full-image {
left: -20%;
position: relative;
transform: translateX (30%);
}
.full-image img {
max-width: none !important;
}
}

result: http://screencast.com/t/kzuD7LqF
If it needs a bit of adjusting, change the values in the code.
You will have to do this to every image you want to be displayed full. Add it in the container and give it the ‘full-image’ class

Thank you!

pmats777
Participant
#0

hi

i just purchased and downloaded Newsmag and the version of Visual Composer that is included is v4.6.2.

According to this post:
https://forum.tagdiv.com/topic/fb-not-sharing-post-featured-image-or-post-title/
there is a newer version, but i don’t see any way to update my current version

this page says to upload the newest version from the theme plugins, but that is what i already did:
https://forum.tagdiv.com/how-to-update-visual-composer-plugin/

i am having trouble getting the FB page plugin to work
https://developers.facebook.com/docs/plugins/page-plugin

the strange thing is that it shows up in the admin in Visual Composer, but not on the frontend page

thanks

Andrei L.
tagDiv Member

Hi

This usually happens when loading the font file (which contains those icons) from another host/url. I have checked your browser’s console and you have an error – http://screencast.com/t/MHUb0hghheW
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!

Alin [tagDiv]
tagDiv Staff

Hi lukas,

Thank you for sharing this! I have added your solution to our list and we will fix it as soon as possible.

kunle olatoye
Participant
#0

Hi People,

Please can anyone help me on these issue on having duplicate when sharing a post on social pages. When i click facebook share icon, the post will appear twice in our facebook page.

And moreso, on google plus, wrong picture will appear with a write post. i.e. when a post is posted, it will come out with a wrong picture, instead of the original picture.

Thanks and expecting any likely support and help

Regards

Bogdan B.
tagDiv Staff

Hi,

Unfortunately our theme does not have a built in WhatsApp integration. You can either use this method to add a custom sharing button https://forum.tagdiv.com/add-a-new-linkedin-button/ or you can use a plugin for sharing if you want. We cannot recommend one to you as we have not tested them but you can try some of them out and see how they work.

Thank you!

dekajayanta
Participant
#0

In your “Sharing” portion before an article starts, I can see the Facebook, Twitter, Pinterest and G+ buttons but I was looking to incorporate “Share on WhatsApp” as well. How to do this? Can you help?

Andrei L.
tagDiv Member

Hi

Please check this link, here is a tutorial about how to add a new sharing button for posts: https://forum.tagdiv.com/add-a-new-linkedin-button/

Thanks!

Andrei L.
tagDiv Member

Hi

To remove one of the theme’s social share buttons you need to edit td_module_single.php file and delete the line corresponding for the button that you want to be deleted:
– for social sharing top: http://screencast.com/t/N4ySYJP7KtH0
– for social sharing bottom: http://screencast.com/t/GKEPhWivuTE

Let me know how it goes.

Thanks!

David
Participant
#0

Hello,

How can I add additional sharing buttons to the top or bottom sharing bar.
I’am interested to add a LinkedIn button, print button and email button on each blog post.

Thanks a lot in advance,

David

rozubihc
Participant
#0

How do i edit the social media share buttons. Ive seen documentation on how to add a linkedin button through custom css but how do i remove a few buttons and activate email sharing?

I imagine that there might be an obvious solution to this but I’m a bit frustrated with looking around for it without an intuitive solution.

P.S. My problem is not with the counter but with the share buttons under each post. (I would like to integrate email and whatsapp share buttons on what I already have on this site) http://insidebusinessonline.com

Bogdan B.
tagDiv Staff

Hello Hannah,

In order to move the article bottom under the sharing buttons you have to remove the article bottom add and then place a cutom ad in it’s place.
First step: comment these lines: – http://screencast.com/t/2C8GXXucV2Q
Then make sure you have an ad place in the custom ad 1 box in the theme panel->ads->custom ad 1
Then you need to use this code in every single post style you use.

<?php echo do_shortcode('[td_block_ad_box spot_id="custom_ad_1"]');?>

The default post template is loop-single, style 1 is loop-single-1, style 2 is loop-single-2 etc. http://screencast.com/t/aiP5OKjEQ
Place the php code under the social sharing bottom
http://screencast.com/t/gA0WhG9d

The result: http://screencast.com/t/hTAPYrUrkO

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

Hi arayaz, would you mind sharing the code you used for custom notification (‘wp_new_user_notification’) I am also experiencing the issue you mentioned https://forum.tagdiv.com/topic/user-registration-notification-error/

thrivehl
tagDiv Member

I decided to put the plugin Social Login on both the login and register tabs.
https://drive.google.com/file/d/0B_wGP-lpxx5QdGV6dENDdGRfSWs/view?usp=sharing

I did what Lucian said to resize the box and “submit” button through the custom css. It worked when I only had the plugin on the login page but stopped responding when I put it in the register tab.
https://drive.google.com/file/d/0B_wGP-lpxx5QdnpLejFUMmxlV1U/view?usp=sharing

Also, the page seems to load slower when I had the plugin in the “login/join” popup widget. Can you check to make sure I did the coding right?

Viewing 25 results - 4,526 through 4,550 (of 5,508 total)