How to remove or edit the Social Network Icons?
Posted: 03 Jul 2015, 14:37
How to remove or edit the Social Network Icons at the top of the page, Facebook, Twitter, etc?
Thankyou.
Thankyou.
Discussion of company’s products and Yii framework
https://monoray.net/forum/
micropub wrote:Does anyone know how to edit the facebook and twitter links?...I need to insert url
'facebook' => array(
'url' => 'https://www.facebook.com/sharer.php?u={url}&t={title}',
'title' => 'Share this on Facebook',
'name' => 'Facebook'
),
'twitter' => array(
'url' => 'http://twitter.com/intent/tweet?url={url}&text={title}',
'title' => 'Tweet This!',
'name' => 'Twitter',
),