Search Results for 'sharing'

Results from the Forum
bokacho90
Participant
#0

HI,

When I share news on Facebook I dont wont to show autor name (see image)

How can I solve this problem?

imaage link: http://s16.postimg.org/rlth0ov51/post.jpg

INSPIRELLE
tagDiv Member

The IMG button only allows me to upload an image via a URL… not upload a jpeg screenshot?
If you go to this link:

and go to the bottom of the post, you will see “10 Share What You Love” has replaced the sharing buttons, and “11 Like This” has replaced the WordPress Like button.

I see you think it could be a plug in issue, but the sharing buttons in that position seem to be switched on from the main WordPress Settings/Sharing menu. Unless those options have been added because of the Jetpack plug in? I can ask the freelancer who designed our website for us, if you think that is the case.
But, I haven’t had problems with the Like and Share buttons on other regular posts… only when I try to use smart lists.

INSPIRELLE
tagDiv Member

However, I just checked, and access to the settings for the “WordPress Like” button plus social share buttons that I’m having a problem with are found under the main WordPress “Settings/Sharing” menu, and not under Jetpack or Sumo Me.

Andrei L.
tagDiv Member

Hi @INSPIRELLE

I’ve tested the sharing buttons from Jetpack within a smart list 4 and they works fine with the latest version of the theme, V 2.3.5: http://screencast.com/t/l6oYMPJwISA5
I am not sure why they are not displayed correct on your site but I suspect that it’s a css issue. Try to deactivate all plugins except Visual Composer and Jetpack, also from Jetpack live only Sharing module active, clear all caches and test again. If the problem persist update the theme at the current version available on themeforest following our update guide: https://forum.tagdiv.com/newsmag-how-to-update-the-theme/ and test again.
Before the update process make sure you do a full backup to the database and your current wp-install: https://codex.wordpress.org/WordPress_Backups

Thanks!

Andrei L.
tagDiv Member

Hi

I suspect that the problem occur because the font required for the icons it’s blocked. This usually happens when the font is loaded from a different source or it’s served from http to https. Try this solution, from our reports it worked from most users: http://webmasters.stackexchange.com/questions/71630/font-blocked-from-loading-by-cross-origin-resource-sharing-policy-no-access-co

Thanks!

Andrei L.
tagDiv Member
Icons - reply

Hi

I’ve checked your site and found this error in browser console: http://screencast.com/t/c9Df44GzJX This happens usually when loading fonts from another source so the solution would be to load the fonts from the same source. This method worked for most users: http://webmasters.stackexchange.com/questions/71630/font-blocked-from-loading-by-cross-origin-resource-sharing-policy-no-access-co

Thanks!

Andrei L.
tagDiv Member

Hi

We intent to add WhatsApp and for Newsmag theme in the next updates. Meanwhile if you want to use it follow this steps:
– install Font Awesome 4 Menus plugin, this is required because Newsmag don’t have the font for WhatsApp icon. You can find more details about the plugin here: https://forum.tagdiv.com/newsmag-how-to-add-icons-in-menu/
– add this line of code in td_module_single.php like here: http://screencast.com/t/7rdeIPQwXzZqhttp://screencast.com/t/rrXeDk3Wc

<a class="td-social-sharing-buttons td-social-whatsapp" href="whatsapp://send?text=' . htmlspecialchars(urlencode(html_entity_decode($this->title, ENT_COMPAT, 'UTF-8')), ENT_COMPAT, 'UTF-8') . ' - ' . urlencode( esc_url( get_permalink() ) ) . '" ><i class="fa fa-whatsapp"></i></a>

– add this css in theme panel > custom code > custom css:

.td-social-whatsapp {
display: none !important;
}
.td-social-whatsapp i {
background-color: #7bbf6a;
position: relative;
padding: 9px 12px 7px 12px;
top:-10px; 
border-radius: 3px;
}  
.fa-whatsapp:before{
font-size: 16px;
}
@media (max-width: 767px) {
.td-social-whatsapp {
display: inline-block !important;
}
}

The result should be like here: http://screencast.com/t/xCJKc2MiG

Thanks!

  • This reply was modified 10 years by Andrei L..
khurki
tagDiv Member

Resolved! Thanks a lot 😀 !!

It was a social sharing plugin.

sharls
tagDiv Member

Is there any way to do it without sharing a link? I just want to know where the header code is.

Andrei L.
tagDiv Member

Hi

You have to check the plugins documentation if the plugin generate shortcodes and if does you can use them inside the indicated function. One of the social share plugins which generate shortcodes is WP Social Sharing: https://wordpress.org/plugins/wp-social-sharing/

Thanks!

raynaldoverde
tagDiv Member
Menu - reply

Hello guys,

I have five questions for you all.

1. I have you all’s search bar hidden, but I couldn’t locate the file to delete the search wrap. How can I delete the search wrap and then expand my menu to where the search wrap once was?

2. How can I move my breadcrumbs to under my comments?

3. How can I extend my footer, so that the white space at the bottom is not showing?

4. Is it possible to use the Times New Roman font for my titles and post body text?

5. How can I insert the bitly shortened url of my posts into my social sharing widgets?

Thanks.

miroslavkulich
tagDiv Member

Hi
Also on Mozilla, forexample in column ODPORÚČANÉ/.on attached prinstreen/ is for example title: Kýškový koláč…and č is replacing by another font. The same in other titles….

https://drive.google.com/folderview?id=0B1vAJdtrla0Tc0VwWDRpZG5sN28&usp=sharing

dheerhuis
tagDiv Member

The URL is http://www.fitnessgeeks.nl. You can find a screen shot by this link https://drive.google.com/file/d/0B1C37slLb3o_bFBSbU9naTNDQlk/view?usp=sharing. I also tried to make a new sider and added some widgets to the sidebar but nothing works (https://drive.google.com/file/d/0B1C37slLb3o_Z0l5dVJYbk9pY3M/view?usp=sharing)

miroslavkulich
Participant
#0

Hi, i have a problem with font diacritics on http://denzeny.sk/ – on mobile devices. Here is screenshot link.

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

Thanks for advice

Bogdan B.
tagDiv Staff

Hello,
Please follow this guide first and make sure you have it set properly: https://forum.tagdiv.com/facebook-share/
Then if the problem still persists afterwards, please try to disable all your plugins except visual composer and check the sharing again so we can rule out a plugin conflict.
Let us know how it goes.
Thank you!

Andrei L.
tagDiv Member

Hi

The new container must be added in page.php file like here: http://screencast.com/t/7sST7ry5pA9D Also you will need this basic css in theme panel > custom css:

.social-share{
float: left;
margin-left: 90px;
width: 250px;
}
.td-container{
clear: right;
}

To generate the code for social share buttons you can use the code used by the theme for share buttons from post content: http://screencast.com/t/Xm3p5kbjz and customize such that to display the share buttons on a page. Also you can use a plugin for sharing buttons and just echo out its shortcode using do_shortcode function:

echo do_shortcode('social-share-shortcode');

Thanks!

Chris Baird
Participant
#0

On Facebook – upon sharing an post from the site, it shows the image and then it starts with the text by listing the categories – headline, by line, date, share on facebook twitter, and then the body.

Is there a way to remove the categories and the share on facebook twitter text.

facebook shared article

If that image doesn’t work just visit http://www.servedaily.com and share a story and you can see the garbled categories, followed by other info, the facebook/twitter share and then the start of the body . .

Catalin
tagDiv Staff

Hello toros9,

You can hide the author name from a post or from our modules and blocks, but the theme does not control the meta data for sharing. Facebook will grab all the information from your post.
You can try to remove this code – http://screencast.com/t/Ack17APQQZdO then use FB debugger(fetch new scrape) to check you post – https://developers.facebook.com/tools/debug/og/object/

Thanks!

Bogdan B.
tagDiv Staff

Hello,
I have checked your website and saw the icons. Unfortunately i cannot provide any solution for them as they come from a plugin not the theme. You will most likely need to edit their position with css or use another sharing plugin.
Thank you!

amsite
tagDiv Member

Hi Carmene,

Looks like your facebook sharing issue is resolved. Can you please share with the rest of us as to what you did that made this problem go away because I am still not able to fix this issue for my client’s site.

Thanks.

amsite
Participant
#0

Hello,

How do I get rid of category and other text when posting on facebook. I want to keep only the title and get rid of things like “Share on Facebook Tweet on Twitter” etc.

Thanks.

emirbalin
Participant
Sorunlar - topic
#0

1 – I create a home page . But how to do it ” http://www.site.net ” I do not find the address . Could you show it?

İmage: http://prntscr.com/9qzm15

2- The articles do not appear in the sharing buttons.
İmage: http://prntscr.com/9qzmkx

3- How can you do want to add an entry box in the sidebar area ?
İmage: http://prntscr.com/9qzmym

4- How do I use Disqus, Facebook comments , and at the same time ?
İmage: http://prntscr.com/9qznr1

5- Facebook and Google Plus does not seem followers
İmage: http://prntscr.com/9qzo9v

You can help the above.
My Site: http://www.analizkolik.com

Pradeep Augustine
Participant
#0

Hello Tagdiv,

Few days back I had requested you a code. I had found a code that works as I wish. But I need some guidance in using it along with the theme. The snippet which I got is given below,

<?php $date = date('Y-m-d');

if($date == '2016-01-16'){
    $my_postid = 10;//This is page id or post id
}else{
    $my_postid = 8;//This is page id or post id
}

$content_post = get_post($my_postid);
$content = $content_post->post_content;
$content = apply_filters('the_content', $content);
$content = str_replace(']]>', ']]>', $content);
echo $content; ?>

I used a plugin that can process Php to insert this code but it didn’t worked. Experts are telling that this code will work only if it is implemented in the theme file. I don’t know how to achieve this. Kindly give me some guidance.

I have find one more code that works perfectly and I’m sharing that here. The thing is the contents it grabbed does not look good and they are without the <p> tag. Kindly help me with this.

<?php 
$date = date('y-m-d');

if($date == '16-01-16'){
    $post_id = 8807;//This is page id or post id
}else{
    $post_id = 6039;//This is page id or post id
}

echo get_post_field('post_content', $post_id);

?>

Thanks

Catalin
tagDiv Staff

Hello lospicos,

Please make sure you have followed the correct steps to enable the sharing buttons like this -> http://screencast.com/t/yeLfm5j7 I have tested on my side and everything seems to work as expected and it should not be any reason to not working if you have enabled only our plugins. If the problem persists, please send us an e-mail with your log-in information at contact@tagdiv.com so we can further inspect the issue. Also, please provide this link of the topic so we know who you are and what the issue is.

Thank you for the message!

Bogdan B.
tagDiv Staff

Hello Álvaro,
Please follow this facebook sharing guide to see how to set it up: https://forum.tagdiv.com/facebook-share/
You will need the seo yoast plugin for it to work properly.
Thank you!

Viewing 25 results - 4,301 through 4,325 (of 5,508 total)