Deafult twitter share not working
« on: July 24, 2018, 01:39:32 PM »
The default twitter share is not working. It only takes me to twitter website without sharing

*

MB Themes

Re: Deafult twitter share not working
« Reply #1 on: July 24, 2018, 01:57:43 PM »
Thanks, let me check this
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

Re: Deafult twitter share not working
« Reply #2 on: July 24, 2018, 04:06:29 PM »
Ok am waiting

*

MB Themes

Re: Deafult twitter share not working
« Reply #3 on: July 25, 2018, 09:20:22 AM »
In item.php find:
Code: [Select]
          <a class="single single-twitter" title="<?php echo osc_esc_html(__('Share on Twitter''veronika')); ?>" target="_blank" href="https://twitter.com/home?status=<?php echo osc_esc_html(osc_item_title()); ?>"><i class="fa fa-twitter-square"></i></a>


Replace with:
Code: [Select]
          <a class="single single-twitter" title="<?php echo osc_esc_html(__('Share on Twitter''veronika')); ?>" target="_blank" href="https://twitter.com/intent/tweet?text=<?php echo urlencode(osc_item_title()); ?>&url=<?php echo urlencode(osc_item_url()); ?>"><i class="fa fa-twitter-square"></i></a>
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

Re: Deafult twitter share not working
« Reply #4 on: July 25, 2018, 10:11:59 AM »
I replaced it and not working. Am now using os class simple share plugin which is working for twitter