social placement
-
Is there a way to place the like buttons and the social icons for sharing anywhere on the page.
for example different pages will have different icons placement and some pages will not have icons at all is there a way to do that . like place an icon on top then the sharing on bottom and vice verse?
http://ww.wp.xz.cn/extend/plugins/loginradius-for-wordpress/
-
Yes, You can use Shortcodes for sharing ([LoginRadius_Share]) and counter ([LoginRadius_Counter]) wherever you want to show Social Sharing and Counter on the page.
Note: If the page is not editable from WordPress admin panel, you can place following in the page for sharing:-
<div class=”lrsharecontainer”></div>
and following for counter:-
<div class=”lrcounter_simplebox”></div>For above methods to work, sharing/counter must be enabled from Social Sharing/Social Counter sections in plugin settings page in WordPress admin panel.
To disable Sharing/Counter on particular post/page, follow the steps mentioned below:-
1. Navigate to the posts/pages section in the left pan in WordPress admin panel.
2. Click edit below the post/page for which you want to disable Sharing/Counter.
3. In the “LoginRadius” section (at the bottom part of the page), you can disable Sharing/Counter.
4. After making required selection, hit “Update” button at the right side.
The topic ‘social placement’ is closed to new replies.