D djbaxter in memoriam 1947-2022 Aug 15, 2018 #1 I have social share buttons in the sidebar of the main forum index page. I'd like to have them at the top of a thread as well. Can this be done?
I have social share buttons in the sidebar of the main forum index page. I'd like to have them at the top of a thread as well. Can this be done?
CoZmicShReddeR Well-known member Aug 16, 2018 #2 I have used XenForo Ad placement in the past works great! Upvote 0 Downvote
D djbaxter in memoriam 1947-2022 Aug 16, 2018 #4 Ah perfect and ingenious. I just did a "Show source" on a page and copied the HTML from there into an HTML ad. Works like a charm. Upvote 0 Downvote
Ah perfect and ingenious. I just did a "Show source" on a page and copied the HTML from there into an HTML ad. Works like a charm.
CoZmicShReddeR Well-known member Aug 16, 2018 #5 djbaxter said: Ah perfect and ingenious. I just did a "Show source" on a page and copied the HTML from there into an HTML ad. Works like a charm. Click to expand... Glad you got it sorted out! Upvote 0 Downvote
djbaxter said: Ah perfect and ingenious. I just did a "Show source" on a page and copied the HTML from there into an HTML ad. Works like a charm. Click to expand... Glad you got it sorted out!
Russ Well-known member Aug 16, 2018 #6 You can also use the built-in template, just in case it gets updated you won't need to update your html manually. code: Code: <xf:macro template="share_page_macros" name="buttons" arg-iconic="{{ true }}" arg-label="{{ phrase('share:') }}" /> Upvote 0 Downvote
You can also use the built-in template, just in case it gets updated you won't need to update your html manually. code: Code: <xf:macro template="share_page_macros" name="buttons" arg-iconic="{{ true }}" arg-label="{{ phrase('share:') }}" />
Cg1644 Member Sep 27, 2018 #8 Hi. I tried this but it didnt work.... any help would be appreciated. Upvote 0 Downvote
Cg1644 Member Sep 28, 2018 #9 Anyone know how to add the share icons to the actual post page? Upvote 0 Downvote
SyTry Well-known member Sep 29, 2018 #10 Cg1644 said: Anyone know how to add the share icons to the actual post page? Click to expand... Hello, You can use the widget to do that Regards, SyTry Upvote 0 Downvote
Cg1644 said: Anyone know how to add the share icons to the actual post page? Click to expand... Hello, You can use the widget to do that Regards, SyTry
Cg1644 Member Sep 29, 2018 #11 I tried that and no buttons show at all. I want them inside the post near the like button or above, but def inside the post itself. Any ideas? Upvote 0 Downvote
I tried that and no buttons show at all. I want them inside the post near the like button or above, but def inside the post itself. Any ideas?