Social Media

5 posts by 3 authors in: Forums > CMS Builder
Last Post: October 1, 2009   (RSS)

Forum Community & Interactive Tools,

Your All Great. I have a website called Rent It Today. www.rentittoday.com It is one central location where you can find anything and everything for rent plus you can post anything for rent. We use the CMS product and it Kicks A%* !

I want to challenge the system at another level by integrating Social Media Tools such as: Facebook, MySpace, YouTube etc. We currently have a user sign in location where the user can manage all there items for rent and there overall profile. We have implemented a section for all the social media items where they would place the necessary code for those social media outlets.

The goal is to be able to pass the social media codes from the User Profile section to each of there individual listings that are listed on the site. ( result pages or the detail pages would be great!) Has this ability will allow our customers the ability to market themselves with these media outlets plus help build our overall value / social media presents as well.

I was thinking this should be something simple but for some reason it is becoming difficult. ANy ideas or help would be awesome. if you have anything for rent and you use the Interactive tools products we will let the community list there items for free!!!!

Renting Has Never Been This Simple!

Thanks

Jason Glass
Rent It Today
Jason Glass

Re: [rentittoday] Social Media

By Kenny - September 26, 2009

I'm not quite sure if this is what you are asking for but, look at http://www.cleburnehighschool.com and tell me if that is close.


Kenny

Re: [rentittoday] Social Media

By Dave - September 28, 2009

Hi Jason,

I think the user login and user profile parts of your site are custom done, but if it's similar to what we usually do you can display fields from the user who created a record like this: <?php echo $record['createdBy.username'] ?>

So if you added a field to user accounts called youtubeLink you could display it like this: <?php echo $record['createdBy.youtubeLink'] ?>

Note that I'm not sure exactly how things are setup on your site so you may need to have a developer experiment with it for a while to figure it out.

Hope that helps!
Dave Edis - Senior Developer
interactivetools.com

Re: [rentittoday] Social Media

By Dave - October 1, 2009

Hi Lauren,

I can't really say without seeing the code. If you are using the latest CMS Builder you can see all the fields available in a record or variable with this code though:

<?php showme( $record ); ?>

Just replace $record with the variable you want to examine. If the value you need is set in the record that will show it.

Otherwise, the next step would be some custom programming to look at exactly what's there now and what needs to be added.

Hope that helps!
Dave Edis - Senior Developer
interactivetools.com