Archived topic
Social Media Plugin
11 replies · Started by can on December 2, 2020
Hello,
I am using GP Social Media.
can you please check https://prnt.sc/vub02g
how can i place this buttons before girl picture.
And how can i write over buttons a call to action sentence.
thank you
Hi there,
can you share a link to your site so i can see what needs changing
shared
Hi there,
both the Author Box plugin and the GP Social Share plugin ( please note we are not the developers of this plugin ) provide options to use a Shortcode to display them.
You can then use a Hook Element to add the 2 x Shortcodes to your posts:
https://docs.generatepress.com/article/hooks-element-overview/
You will need to select the generate_after_content hook and set the priority to 2
To change the size of icons you can use this CSS:
#gp-social-share a svg {
width: 20px;
height: 20px;
}
where can i find shortcode of gp social share plugin?
This is their shortcode:
[gp-social]
More info in the plugins FAQ section:
unfortunatelly its not working or i couldnt make it :(
could u do it for me david.
Doesn't take 2 minutes for a good software developer like you :)
Unfortunately we cannot make changes to your site for you - especially for a third party plugin as David mentioned.
So nothing is displayed from the shortcode at all?
Hello Leo,
When i do this i see only short codes these are not working.
Hi,
For the shortcode to work on your Hook element, you must have it enabled. Make sure "Execute Shortcodes" is checked.
https://share.getcloudapp.com/d5uP0vQW
Is this resolved? I see the social icons displaying on my end as shown here:
https://share.getcloudapp.com/2Nu0BXWl
As for the order, have you tried changing the priority? try values lower than 10.
Let us know. Thank you.
Yes done thank you :)
Glad you were able to make it work. Nice one. :)