Search Results for 'sharing'

    No search results were found in Documentation!

Results from the Forum
beautywarrior
tagDiv Member

Thanks A lot.

Even though i have disabled sharing button on post top .A keyword name “SHARE” appears alongside facebook like and twitter button.

Please let me know how can i remove this SHARE keyword and replace with some other keyword.

Thank you

Lucian
tagDiv Staff

Hi,

Thanks Chris for your help!

@instacomedy

Sorry for the delay! We aren’t working on weekends!
The debugger returns this 404 error and indicates the URL returned a bad HTTP response code: http://screencast.com/t/bTeJhrS1
This might happen due to your server configuration, in some cases this happened due to server security which was blocking ‘Facebook’ so please also address this to your host provider to look into this.

You can also go trough this article and the solution provider there: http://problemsolv.in/solved-facebook-doesnt-fetch-data-when-sharing-url/
Let me know how it goes!

Thanks

Alin [tagDiv]
tagDiv Staff

Hi,

I have added this in our todo list and it will be fixed soon as possible.
Glad that you have manage to solve it and thanks for sharing!

Lucian
tagDiv Staff

Hi,

Thanks Chris!

@debarup

Looks like its showing fine now: http://screencast.com/t/HnGxCNZuTq51
Theme doesn’t control the open graph tags which are used by fb and other sharing systems to share your posts’s info however on post pages the theme adds this og:image meta tag: http://screencast.com/t/gBuxntCpZc this was initially added to for post that use the video format or don’t have any feature image set and you can try to change the image size there: https://codex.wordpress.org/Function_Reference/wp_get_attachment_image_src ..to control this. Please keep in mind though that if you’re using a plugin that adds additional og tags this could not work.

Thanks

Alin [tagDiv]
tagDiv Staff

Hi,

You can use custom css to hide it: http://screencast.com/t/aVwI2JWSrxb8

.td-post-sharing-top .td-classic-twitter {
display: none;
}

Also the “To top” background color is the same with the theme accent color, but you can change it with css code: http://screencast.com/t/t7pgZhh0

.td-scroll-up-visible {
background-color: red;
}

Thanks!

srikanth
Participant
#0

when we are trying to share new to facebook, we are not able to see the post image on facebbok

when a post is created by admin everything is working properly..

But when any user post news its i am getting just the logo instead of the post image

instacomedy
tagDiv Member

i have 3 sites running the same theme and i dont have a single issue. i just reinstalled this site from scratch so excuse me if i didnt have a chance to fill content… i just put 2 quick links to test sharing. just please if you honestly don’t have a solution to my problem that will fix it, stop writing your opinion and let someone from tagdiv provide me a solution. im really glad your site works for you and that all is gucci for you, im trying to run my business. no disrespect intended whatsoever.

simchris
tagDiv Member

Well, you might try adding excerpts on your pages where you’re just using other’s content …

like your example link above – you have no actual content, and so FB tries to load the video you shared …

e.g. — look at your page source:

<meta property="og:description" content="Share on Facebook" />

You need to actually have something in your og tags for FB to scrape properly.

The theme doesn’t manage your Yoast SEO settings, nor does it manage Facebook. With actual content on your page and proper og tags populated there is not an issue sharing on FB with v1.71 of theme aside from the inherent inconsistencies of how FB scrapes material.

Does your example page “share” to FB properly using the twenty-fifteen theme ?

instacomedy
tagDiv Member

so i did a whole delete of my site, reinstalled domain with the theme, and still getting countless errors while using facebook debug tool… is there anyone from tagdiv available to help me out with my issue? my site is instacomedy.com and sharing posts on fb is all messed up

http://instacomedy.com
http://instacomedy.com/girl-gets-her-head-stomped-during-school-cafeteria-fight/

https://developers.facebook.com/tools/debug/og/object/

allthingswestcoast
tagDiv Member

Found it: td_module_single_base.php

Replaced code inside get_social_sharing_top() with:

$buffy .= ‘<div class=”ultimatesocial”>’;
$social=do_shortcode (‘[ultimatesocial networks=”total,facebook,twitter,mail” align=”left”]’);
echo $social;
$buffy .= ‘</div>’;

It works, but the div code is not outputting properly. I must be doing something wrong with syntax.

Clint

allthingswestcoast
Participant
#0

Hi,

Where is get_social_sharing_top function?

I’d like to replace a shortcode from social sharing plugin. I guess if I change it in funtion I don’t need to modify each loop-single template.

Thanks!

simchris
tagDiv Member

Did you try sharing an item and then do the attachment recapture option ?

I had to do that one day this past week for every post, but it works (most of the time).

simchris
tagDiv Member

Might be temp issue with FB.
I was having trouble sharing stuff a little bit ago (12pm PDT 5/8/15), and it cleared up about 10 minutes ago.

Obviously if you have an og:title tag populated, it can’t be an error for that info missing.

You might retry that now.

instacomedy
Participant
#0

for some reason facebook is not displaying the proper info when attempting to share any link off my site instacomedy.com. this is the errors im getting while trying to share

url: http://instacomedy.com/vicious-as-fck-girl-gets-her-head-stomped-during-school-cafeteria-fight/

error fb debug tool: http://snag.gy/fykm4.jpg

what to do?

Alin [tagDiv]
tagDiv Staff

Hi,

You can try this custom css: http://screencast.com/t/invETXHBn

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

Thanks!

Sayeed
Participant
Spacing - topic
#0

Hi..

I deleted the code for social sharing button but now i can see the backgroud area for it… please ref. to screenshot.

Can you tell me how can i remove it?

Thanks!

simchris
tagDiv Member

I think that is added by YouTube as option for your videos on your specific channel; might require xx number of viewers. Check the “sharing” options on YouTube for info on that widget.

Could be wrong .. but might be a plugin.

Not part of this theme.

ezgetdesigner
Participant
#0

Hi,

I got a ‘Register’ translate problem.
I have translated ‘Register’ in theme panel/translation.

But it did’t work. SEE LINK

Please help to resolve this problem.
Thanks for your help.

Lucian
tagDiv Staff

Hi,

It usually happens when loading the font file (which contains those icons) from another host/url. Check your browser’s console if you have an error like this – http://screencast.com/t/fKy2k43k9kc
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

Thanks

Alin [tagDiv]
tagDiv Staff

Hi,

Here you can change the social sharing code(top and bottom): http://screencast.com/t/quKgidvo5http://screencast.com/t/n4STc5QoN5

Thanks!

allthingswestcoast
Participant
#0

We want to paste in code for social sharing service onto all loop post styles.

I see the get_social_sharing_top line, but where do I find that file to insert the code?

Thanks!

ezgetdesigner
Participant
#0

Hi,
As Link:
How to remove thoes user fields?
When I use other theme, those didn’t appear.
Please tell me where can I remove them.

Thanks for your help.

simchris
tagDiv Member

Fix for php overload issue …

On some sites with high traffic, large number of page views, large number of pages, online for years and years — you may see warnings on server of php going from “green to yellow” or “green to red” and in our case on ONE site this was happening in weird 5, 10, 20 minute intervals “on the nose.” The site gets pinged a LOT from news aggregators, Google News feeds, etc.

Finally figured out it was NOT home page complex layout, was NOT sidebars, was not anything related to ads (e.g., 3 ads per page vs 2), not related to Disqus or sharing buttons/widgets or Mashshare, etc.

Turned out to be the built-in “related” posts and more from author below each story. Disabling this immediately stopped the pummeling.

For this one website, we reverted to using “Contextual Related Posts” plugin, which we were using on this one site prior to Newsmag, so we knew it already would play nice. So, I now have that running and the plugin is setup to show 5 related posts as “text only” at bottom of each story (above the tag buttons). The plugin caches the most common searches to maintain juicy goodness and not overload the php query system.

This hasn’t been an issue on the other 5 sites, even when limited to only 3 items — but this ONE big site, it just was pushing things right to the “one more straw…” — hitting some CPU peaks of “10” vs normal of “1” or “2” (anything regularly over “4” means something funky going on ….).

So, right now with
(6) x NewsMag Sites
(2) x Newspaper Sites
(1) giant site not running WP
(6) sites running Woo
(2) sites running other (e.g., Udesign)
(10) misc apps, placeholder, ecommerce sites — not using WP

CPU
Last 1 minute 1.78
Last 5 minutes 1.55
Last 15 minutes 1.25

this morning it was running “hot” at “10” …

so, in case you need to “tune” a specific site for high spike-o-ramas, try disabling the “related” items bottom of your post page FIRST (!)

  • This reply was modified 11 years by simchris.
  • This reply was modified 11 years by simchris.
Alin [tagDiv]
tagDiv Staff

Hi,

Seems to be a facebook issue there, let’s hope that it will be fixed soon.
Thanks for sharing this!

ezgetdesigner
tagDiv Member

Hi,
I updated theme to Newsmag 1.7.1.
I need to translate dashboard/post/featured video/text.
Backend text: appear again,
Paste a link from Vimeo or Youtube, it will be embedded in the post and the thumb used as the featured image of this post
Notice: Use only with those post templates:
Post style default
Post style 1
Post style 2
Post style 3
Post style 8

As you reply:”Also you can remove that text from this file: http://screencast.com/t/fkdDJ6Rd3R&#8221; on March 20: “td_set_video_meta.php”. I can’t find exact place to change?

Thanks for your help.

Viewing 25 results - 4,751 through 4,775 (of 5,508 total)