Search Results for 'sharing'

    No search results were found in Documentation!

Results from the Forum
Greg K
tagDiv Member

Here is the link to the problem I’m referring to
.Screenshot from website

Catalin
tagDiv Staff

Hi Ahmed,

Sorry for this inconvenience but please notice that with this advice from above replies that issue should be solved. Do you scrape the post from FB Debugger before sharing on facebook?

Hope this helps and let us know how it goes!

Thanks.

Simion C.
tagDiv Staff

Hi,

Try the Facebook sharing debugger for that link
https://developers.facebook.com/tools/debug/sharing/
More useful information here
https://kb.yoast.com/kb/why-doesnt-facebook-display-an-image/

Thanks

biznizat
tagDiv Member

Hello

To every one searching for a way to add share buttons on pages here is how i did it with out plugin :
1 go to function.php in your theme root( better use child theme so you dont lose modifications when updating) :
2- add the following code :

/* ----------------------------------------------------------------------------*/
// Share buttons on pages' bottom
// PS: no-follow tag was added to external links

function tagdiv_social_buttons($content) {
global $post;
$permalink = get_permalink($post->ID);
$title = get_the_title();
//don't show buttons on frontpage and other pages id
if( !is_front_page() && !is_page(array( 1, 2,3,4,5,6 )) && $post->post_type=='page' ) {
$content = $content . '<div class="td-post-sharing td-post-sharing-top tagdiv-share">

<a class="td-social-sharing-buttons td-social-facebook" rel="nofollow"
href="https://www.facebook.com/sharer.php?u=' . urlencode( 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-facebook"></i><div class="td-social-but-text">share on facebook</div>

<a class="td-social-sharing-buttons td-social-twitter" rel="nofollow" href="http://twitter.com/share?text='.$title.'&url='.$permalink.'"
onclick="window.open(this.href, \'twitter-share\', \'width=550,height=235\');return false;">
<i class="td-icon-twitter"></i><div class="td-social-but-text">share on twitter</div>

<a class="td-social-sharing-buttons td-social-google tagdiv-google" rel="nofollow" href="https://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><div class="td-social-but-text tagdiv-google-border">share on google</div>

</div>';
}
return $content;

}
add_filter('the_content', 'tagdiv_social_buttons');
// use short code [tagdivsocial] to show buttons where ever you need
add_shortcode('tagdivsocial', 'tagdiv_social_buttons');
`

3 then add the following css to theme panel of your style.css file:

<code>
.tagdiv-share {
     margin: 21px auto;
    text-align: center;
        font-family: 'Droid Arabic Kufi', arial, sans-serif !important;
}
.tagdiv-google{
    
    width: 160px !important;
}
.tagdiv-google-border{
        border-right: 1px solid rgba(255, 255, 255, 0.2);
}
</code>

and every thing is working fine
hope this help any one looking.

  • This reply was modified 8 years by biznizat. Reason: FIXING
Bogdan B.
tagDiv Staff

Hello,

Please use this guide for facebook sharing:
https://forum.tagdiv.com/facebook-share/

Thank you!

Bogdan B.
tagDiv Staff

Hello,

Whatsapp is already present. Check from a mobile device.
As for other networks, please read this topic:
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/

Thank you!

Simion C.
tagDiv Staff

Hi,

The post social sharing will probably not work properly, even if you managed to add them to the page templates. This should not be attempted, the sharing is designed and implemented in the post page.
There are many sharing plugins that you could try if you require additional sharing options. Please search for some plugins for sharing, and try a few of them until you find what is required.

Thanks

Bogdan B.
tagDiv Staff

Sorry but for pages we have not tested any sharing options.
How did you add sharing to your page in visual composer?

Catalin
tagDiv Staff

Hi,

I have inspected your screenshot and I saw that your socials buttons do not come from our theme, sorry! I guess that you are using such a plugin with this functionality which displays these buttons on your front end. Please notice that our theme does not have any such an option that allows you to change the button ad placement to another side, sorry! Notice that the Article Bottom Ad have a specific position, being under the sharing buttons. If you want to make some changes to this element, notice that this is not a simple task and if you are not aware of the steps which are needed to take in this regard, please consider hiring a freelancer/developer to help you because we cannot provide custom work at the moment, sorry!

Thanks for your understanding!

Edward
tagDiv Member

Sharing site in Facebook?

You must to install WordPress (Yoast) SEO plugin.

  • This reply was modified 8 years by Edward.
Simion C.
tagDiv Staff

Hi,

You will have to install the Yoast SEO plugin and configure the social sharing
https://forum.tagdiv.com/facebook-share/
More useful information here in these guides
https://yoast.com/social-media-optimization-with-yoast-seo/
https://kb.yoast.com/kb/why-doesnt-facebook-display-an-image/
https://kb.yoast.com/kb/facebook-sharing-updated-details/

Thanks

biznizat
tagDiv Member

Hello
i used the visual composer to add to pages but that before i disabled it and using td composer instead.
but in td composer there is no option to add sharing to pages .
using plugin is not logic since we have the code already running for posts .
so may be a small tip from you guys to the direction that we should do in order to have a sharing on pages also would be helpful.

Thanks you

Simion C.
tagDiv Staff

Hi,

1. Please provide more details about the location of the button or some useful screenshots, for a more accurate answer.

2. I am assuming you mean the social sharing and previous/next article, in the post page
https://www.screencast.com/t/Mkz18Pok
The social sharing bar is already above the previous/next article. Maybe I am misunderstanding this, please correct me so I can understand better what you are trying to do.

Thanks

seanmason136
Participant
#0

Hello

I have two questions for you please:

1) For the “Previous” button, why it does not appear? (1 button out of 2 appears)

2) How can I swap the “NEXT PREVIOUS” pagin bar with the sharing bar? (I want the social network sharing bar to be in first position and second the bar “NEXT PREV)

Thank you

simchris
Participant
#0

Hi, folks
(with kind permission of Radu O.)
I am sharing useful info here for those who might want to pull in high quality syndicated newswire content for your local, regional, or national (or topic focused) news portal/blog – from Send2Press® Newswire.

Using FeedWordPress, you can pull in full-text news into Newspaper (or NewsMag, or WPion), and have that auto-published into a single category like “National News,” or you can have it go into categories, or tags; even auto create tags for your site.

Send2Press has been online since 2000, and creates high quality content to AP Style, and generally with an inline image, which can also be captured to be used as featured image for used in thumbs for modules/indexes.

Popular topics and sub topics include things like entertainment, then sub topic like books. Topics like technology, with sub-topic like telecom, or software. Topics like finance, with sub topics like mortgage or insurance. (etc.).

Learn more here:
https://www.send2press.com/wire/syndicate-our-news/

There is no fee to use our news, however it cannot be used on any site selling/covering warez, stolen content, illegal activities, porn, racial abuse, etc.

Thought you might like to know.

It’s a great way to keep your site content “flowing,” and bring more page views sitewide.

phillip
Participant
#0

Facebook isn’t able to find any of my open graph tags with Newsmag.
If you view the page source, all the tags are there. However Facebook is being a nightmare and hasn’t been able to see them for months. I have them enabled using Yoast, and I’ve tried using all sorts of other plug-ins, as well as disabling GZip etc.

My site URL is: https://www.pwrdown.com

Hope you can help, thanks.

3DP.Lighting
tagDiv Member

Hi Chris,

Many thanks for your constructive suggestions! I finally detected a suspicious script in one of the Ad plugins, during earlier investigations by my hosting firm (and myself) we have overlooked it likely. All seems to be back on track now. Just need to find out how to get back into Google and how to be removed from the blacklist.

All your suggestions are very helpful in order to enhance the future security of my blog, so thanks again for sharing!

Have a great weekend,

KR-
Marco

Simion C.
tagDiv Staff

Hi,

For the post page these are the sharing options available at the moment
https://forum.tagdiv.com/sharing/
Instagram accounts can be used in the Instagram widget like this
https://forum.tagdiv.com/instagram-widget/
https://demo.tagdiv.com/newspaper/instagram-widget/
If you would like to have Instagram sharing options for posts, you could search for a plugin that has this option, the theme does not have this at the moment.

Thanks

EricWhittakerJr
tagDiv Member

I have turned off the Tag Div Social counter plugin
Turned off sharing in post settings
Turned off social icons in the header settings

There aren’t any javascript pop ups added to the site

We use slider revolution for the front page but I disabled that and the page still did not load

I do not have any plugins running other than

tagDiv Composer
Slider Revolution (Disabled and tested no change)
Jetpack by WordPress.com (Disabled and tested no change)
Akismet Anti-Spam (Disabled and tested no change)

I checked for malware and the only files that were changed were by GoDaddy
Those files are

gd-config.php (GoDaddy added for their configuration)
wp-admin/install.php (Removed for security should not effect theme)
wp-config-sample.php (Removed for security should not effect theme)
wp-admin/includes/upgrade.php (Removed for security should not effect theme)

What should I do now

simchris
tagDiv Member

No, the title for a ‘page’ built to be used as custom home page is just a framework, it’s not an actual page (it has no slug, for example — it’s not ‘home’).

So, if I make a custom home page, called ‘homepager’ to use as static front page, I use Yoast to put in my custom info, custom image for sharing home page to social, title for meta and description.

On the actual page layout, I add a plain HTML text box, with my H1 text in there, using a class like
.h1homepager{font-size:21px;line-height:26px;font-weight:bold}

<h1 class="h1homepager">My website is about giant killer bunnies who hate swastikas. SwastiRabbitz are gonna get you if you don't watch out!</h1>

Bogdan B.
tagDiv Staff

Hi,

Depending on where you want to add the social icon, please follow these guides:
For header and footer social icons: https://forum.tagdiv.com/topic/how-to-add-xing-as-a-social-network/
for post sharing options:
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/

Thank you!

Gaizkan
Participant
#0

Hi There,

I’m trying to show featured video on Facebook Instant Articles and AMP. As the “officials” pluging for those don’t take into account any other media except the featued image, I’m kind of stragling here…

Is there any function to get the URL of the featured video?

https://drive.google.com/file/d/0B45GYgHhQdjKQmhDNEx4bUg5eWM/view?usp=sharing

Thanks

Bogdan B.
tagDiv Staff

Hello,
This can only be done with css. The code gets pretty complicated in changing the style of each button as they are all different but here is an exmaple:

@media(min-width:767px){
.td-social-sharing-buttons{
padding: 32px 32px 32px 32px;
margin-right: 25px;
}
.td-social-but-text{
display:none;
}
.td-social-facebook .td-icon-facebook{
font-size: 35px;
top: -17px;
}

.td-social-twitter .td-icon-twitter {
font-size: 20px;
position: relative;
top: -10px;
}
.td-social-google .td-icon-googleplus {
font-size: 26px;
position: relative;
top: -14px;
left: -13px;
}
.td-social-pinterest .td-icon-pinterest {
font-size: 25px;
position: relative;
top: -13px;
}
.td-social-sharing-buttons.td-social-twitter{
padding: 32px 27px 32px 27px;
}
.td-social-sharing-buttons.td-social-google{
padding: 32px 38px 32px 38px;
}
.td-social-sharing-buttons.td-social-pinterest{
padding: 32px 28px 32px 28px;
}
}

It may require some fine tuning though on the paddings.
You can add the code in the theme panel-> custom css box.

Thank you!

Simion C.
tagDiv Staff

Hi,

There is no option to remove those from the post sharing. The easiest way to remove them would be to enter this code in Theme panel->Custom CSS section
https://www.screencast.com/t/1vQvKfQ2bYgE
https://www.screencast.com/t/5hgK7J73Zbj
It will apply to the top and bottom sharing of the post

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

Thanks

Nenrot
Participant
#0

please how can i remove only google plus icon and pinkrest from social sharing on post in this theme. i just want facebook and twitter for sharing. thanks

Please reply ASAP

Viewing 25 results - 3,326 through 3,350 (of 5,508 total)