I've created my own CMS and when a user creates a new page they key in all the necessary information click the publish button and the page is live.
I now want to add an extra feature. I want to show a social media box on some of the pages but not all. The user will create or edit a page and then tick a checkbox if they wish to show the social media box on that given page.
For the life of me I cant figure out the best way to do this.
What I'm attempting to do is show the content of a table from my DB on a page that the user has selected in the admin area. (The table is social media links)
I know how to show the data on the front end by using the visible field in my table but im not sure how to set it up in the admin panel for the user to select.
"I know how to show the data on the front end by using the visible field in my table but im not sure how to set it up in the admin panel for the user to select."
You wrote a custom CMS, and are asking us how to " set it up in the admin panel for the user to select".
Only you would know the answer to that. We have no idea what your CMS looks like, or what the CMS code looks like.
Member
25 Points
144 Posts
Dispay social media box
Oct 11, 2013 09:26 AM|Qball777|LINK
Hi,
I've created my own CMS and when a user creates a new page they key in all the necessary information click the publish button and the page is live.
I now want to add an extra feature. I want to show a social media box on some of the pages but not all. The user will create or edit a page and then tick a checkbox if they wish to show the social media box on that given page.
For the life of me I cant figure out the best way to do this.
Any suggestions would be most welcome.
Many Thanks
QBALL
Star
12777 Points
1635 Posts
Re: Dispay social media box
Oct 13, 2013 10:44 PM|Terry Guo - MSFT|LINK
Hi Qball,
I think may be we can pop up the window to display the video.
I suggest you to use the javascript to control the pop window.
Please try to refer to the following article:
http://forums.realmacsoftware.com/discussion/25048/start-video-automatically-with-mediabox
Hope it can help you.
Best Regards,
Terry Guo
Participant
1351 Points
482 Posts
Re: Dispay social media box
Oct 13, 2013 10:56 PM|Rajat|LINK
Hi,
you can use JQUERY also
http://www.aspdotnet-suresh.com/2013/04/8-jquery-social-bookmark-plugins-media.html
Member
25 Points
144 Posts
Re: Dispay social media box
Oct 14, 2013 06:25 AM|Qball777|LINK
Thanks for your replies.
Sorry, I don't think I made my thread clear.
What I'm attempting to do is show the content of a table from my DB on a page that the user has selected in the admin area. (The table is social media links)
I know how to show the data on the front end by using the visible field in my table but im not sure how to set it up in the admin panel for the user to select.
Hope this makes a bit more sense.
Thanks
None
0 Points
1 Post
Re: Dispay social media box
Mar 26, 2020 05:27 PM|aaronmylse|LINK
I know a few plugins Sassy Social Share and Likigram. Best way to implement social box.
Contributor
5961 Points
2467 Posts
Re: Dispay social media box
Apr 01, 2020 12:06 AM|KathyW|LINK
"I know how to show the data on the front end by using the visible field in my table but im not sure how to set it up in the admin panel for the user to select."
You wrote a custom CMS, and are asking us how to " set it up in the admin panel for the user to select".
Only you would know the answer to that. We have no idea what your CMS looks like, or what the CMS code looks like.