Search Results for 'sharing'

Results from the Forum
Lucian
tagDiv Staff

Hi,

@digitial2 The Facebook sharing doesn’t work locally, you have to be online to work. The issue is on post too not only on homepage, i have checked myself, locally it doesn’t work but online it works fine.

Thanks

mehedi
Participant
#0

Hi

I moved Tags from the sharing box and it seems like it isn’t centred. here is an example: http://screencast.com/t/BLB0pLhkMJT

I want to align it and make it looks like the Source section.

Please help.

Thanks!

Lucian
tagDiv Staff

Hi,

Please add this code: http://pastebin.com/Pjjxr6bn like here: http://screencast.com/t/vEwlVMtn

Also add this custom CSS in Theme Panel > Custom CSS:

.td_mod6 .thumb-wrap {
margin-bottom: 0px;
}

.td_mod6 .td-social-sharing-buttons {
width: 50%;
margin-top: 0px;
margin-right: 0px;
}

Result: http://screencast.com/t/fh1uw13KQsQn

Thanks

iip
tagDiv Member

Can we just add this code from the social sharing? Or can you help modify that for us?

<?php echo $this->get_image(‘art-wide’);?>
<?php echo $this->get_social_sharing();?>
<?php echo $this->get_title(td_util::get_option(‘tds_mod6_title_excerpt’));?>

Lucian
tagDiv Staff

Hi,

Glad you found it, thanks for sharing.

Have a nice day!

Manuel Fink
tagDiv Member

Hey Everybody

@Steven
thx for sharing your expertise. Gonna try out soon!

EWWW is already in use 😉 like it! Does anyone know a hack that ewww is leaving some files out? I do have a transparent watermark which it is killing every time running over the images 😀 pretty annoying.

Does anyone know an alternative to cloudflare? Their infrastructure isn’t the best in germany. I’m pretty sure my local hosting is faster. Anyone knows a good solution to do the following things on the own server instead of using cloudflare?

3.Inline small CSS >>> Use cloudflare and they will fix that for you and a lot more.https://www.cloudflare.com
4.Minify JavaScript and CSS >>> Use cloudflare and they will fix that for you and a lot more.https://www.cloudflare.com
5.Use cookie-free domains >>> Use cloudflare and they will fix that for you and a lot more.https://www.cloudflare.com

thx for your help guys! I really appreciate it.

sbo
tagDiv Member

Thanks, this helped!

morganaq
Participant
#0

Perhaps I missed something, but based on reading other comments I thought the Author’s Page (like this one in demo: http://demo.tagdiv.com/newspaper/author/admin/ ) was created automatically. But when I click on an author’s name, it just redirects me to the homepage and shows posts from all authors.

Something I missed? Somewhere I need to create this? I set the author page settings in theme panel > template settings > author display view, but nothing seems to be happening.

Thoughts on how I can get the author’s page to show up?

Also, while I’m thinking of it… when I click the twitter sharing button at the bottom of the post, it ends the tweet with “via @Domestic Soul”. It should read “via @domesticsoul”, because my twitter username is one word. Where is it pulling the name from so I can change this?

Thanks!

prose976
tagDiv Member

You’ve aced it again. Thank you.

Philip

Lucian
tagDiv Staff

Hi,

You have to move the code for social sharing buttons inside loop-single.php file like this: http://screencast.com/t/Wtzfm7yJ
Then move the tweet, like and g+ buttons code inside the same loop-single.php file like this: http://screencast.com/t/TIX5pK3e

And this CSS in Theme Panel -> Custom CSS:

.post .td-social-like-tweet {
margin-bottom: 15px !important;
}

.td-social-like-tweet ul {
margin-top: 0px;
}

.post header {
margin-bottom: 5px;
}

Hope this works
Thanks

  • This reply was modified 12 years by Lucian.
prose976
Participant
#0

Hello. I have asked a similar question before, but the results were not quite what I need. I would like to position the social sharing buttons directly below the content of my article (with nothing but a narrow blank space between the content and the buttons). I would also like to put the Tweet, Like and G+ share buttons at the top of my articles (along the right side of the content, between my category tags the top of my content).

How can I accomplish this?

Thanks.

Philip

Lucian
tagDiv Staff

Hi,

It can be done via CSS and you add it in Theme Panel -> Custom CSS.

Here is an example:
First you have to change this classes like this: http://screencast.com/t/NKc2JXoDKB

Then add this custom CSS in Theme Panel -> Custom CSS:
Here I’ve used an icon found on internet but you can try to find a better one if you want or hire a freelancer to draw a custom one for you.

.td-sp-share-stumbleupon {
width: 31px;
height: 31px;
background-image: url('http://iconizer.net/files/InFocus_Social_Media_Icons/orig/stumbleupon.png') !important;
background-repeat: no-repeat;
top: -3px !important;
left: -2px;
}

.td-social-sharing-buttons {
margin-right: 10px !important;
}

.td-social-stumbleupon {
background-color: orange;
}

Hope this helps.

Thanks

sbo
tagDiv Member

Thanks for this! So I need a white StumbleUpon logo and change the CSS for the button to orange. Where am I plugging this all in at?

Lucian
tagDiv Staff

Hi,

Thanks for great thoughts and intentions.

Thanks for your message

Lucian
tagDiv Staff

Hi,

If you want a standard button you can get the code from here: http://www.stumbleupon.com/dt/badges/create

Or if you want a custom one the code should look like this:

<a class="td-social-sharing-buttons td-social-pinterest" href="http://www.stumbleupon.com/submit?url=' . urlencode(get_permalink()) . '&title= ' . $this->title . '" onclick="window.open(this.href, \'mywin\',
\'left=50,top=50,width=600,height=350,toolbar=0\'); return false; "><div class="td-sp td-sp-share-pinterest"></div><div class="td-social-but-text">StumbleUpon</div></a>

add it in the td_module_blog.php file like here: http://screencast.com/t/eaRORJez then you need to Change the icon and color via CSS

Hope this help!
Thanks

sbo
tagDiv Member

Ah I see now. I can’t figure out the correct StumbleUpon code though for this. I think there’s something specific about it. Any ideas?

lighterside
tagDiv Member
sbo
Participant
#0

Is there a way we can add a StumbleUpon button? There is a nice space right for that button 🙂 – http://screencast.com/t/VABR0sdR

LiesbethRoos
tagDiv Member

Thank you! It works fine. 🙂

Liesbeth

prose976
tagDiv Member

Thank you Lucian. Exactly what I would looking to do. Excellent service as always. I am about to start populating my site with Awesome Stories, and even though my blog is not a “technical” blog, I would like to do a series of stories about you and the rest of the people at Tagdiv. There is no obligation or cost to Tagdiv, but it would be my privilege to do this for you.

Philip

Lucian
tagDiv Staff

Hi,

Add this code:

$image = wp_get_attachment_image_src( get_post_thumbnail_id( $this->post->ID ), 'single-post-thumbnail' );

                $buffy .= '<li class="td-social-pinterest">';
                    $buffy .= '<script type="text/javascript" src="http://assets.pinterest.com/js/pinit.js"></script><a href="http://pinterest.com/pin/create/button/?url=' . $this->href . '&media=' . (!empty($image[0]) ? $image[0] : '') . '" class="pin-it-button" ><img border="0" src="http://assets.pinterest.com/images/PinExt.png" title="Pin It" alt="" /></a>';
                $buffy .= '</li>';

to td_module_blog.php file like this: http://screencast.com/t/Iry8xWEQ

Result: http://screencast.com/t/Ek7jSFsa

Thanks

Lucian
tagDiv Staff

Hi,

Please go to Theme Panel -> Post Settings -> Sharing and enable Article Sharing for showing or hiding the article sharing on post like this: http://screencast.com/t/Y3k2h0HmELB1

Thanks

Lucian
tagDiv Staff

Hi,

Please move this code inside the loop-single.php file like this: http://screencast.com/t/fNmRApqMuEB6

Then inside td_modul_blog.php file, comment this code lines like this: http://screencast.com/t/3HREGPlV4xhc

Then move back to the loop.single.php file, and add this code: http://pastebin.com/zR0jQPWK like this: http://screencast.com/t/FpKwJuIu

Result: http://screencast.com/t/djok2unl

You can also do this with the child-theme by copying those two files and modifying them like shown.

Thanks

simchris
tagDiv Member

I then you can uncomment the pinterest button in the templates… do a quick search in forum for that. Might be the functions.php file.

ufukergun
Participant
#0

Hi,

How can I add your socialmedia sharing buttons below my posts on http://www.sosyalme.com

You can see the buttons below this post:
http://demo.tagdiv.com/newspaper/seat-and-enjoy-about-this-amazing-theme/

Thanks

Viewing 25 results - 5,226 through 5,250 (of 5,508 total)