DealerRefresh Automotive Technology Forums

Quick Search

Go Advanced

Member Login

Remember Me? Not registered? | Forgot Password
Follow DealerRefresh On...
 
Register
Welcome
Connect with Facebook
 
Online Dealership Marketing Support & Best Practices Having trouble getting a video to show on your website, trying to think of a better way to setup the finance application, getting writer's block on your about us page, wondering how to make your site show on Google better - come on in!

How to Add Inventory or Web Sites to your Facebook Fan Page

Reply
Old 03-10-2010, 12:15 AM   #11 - Top
MattScalcione's Avatar
Company: HomeNet Automotive
 
Refreshed
Join Date: Jun 2009
Posts: 27
Default Re: How to Add Inventory or Web Sites to your Facebook Fan Page

and now Brent's is working for me. Something is definitely going on..
__________________
"I would gladly pay you Tuesday for a hamburger today."
J. Wellington Wimpy


MattScalcione is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookGoogle Bookmark this Post!Bookmark to Squidoo!Twit this!
Reply With Quote
Old 03-10-2010, 10:47 AM   #12 - Top
tijerin's Avatar
Company: HomeNet Automotive
 
Refreshed
Join Date: Apr 2009
Posts: 26
Default Re: How to Add Inventory or Web Sites to your Facebook Fan Page

I saw that too last night, Matt. I found a work around that solves the problem if, and when, they shut off this workaround. I didn't create it, but it works using the same FBML code in my article. It just involves creating an app.

The tab still works on my page this morning though.

Also, Matt. For some odd reason, the Page Admin cannot see the results of the drop-down menu. If you log-out and THEN go to your page, you should be able to see it (especially if you used the same code as in my example).
tijerin is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookGoogle Bookmark this Post!Bookmark to Squidoo!Twit this!
Reply With Quote
Old 03-10-2010, 11:05 AM   #13 - Top
CFrentzen's Avatar
Company: Hyundai of Keene
 
Serious Refresher
Join Date: Apr 2009
Posts: 168
Default Re: How to Add Inventory or Web Sites to your Facebook Fan Page

<script type="text/javascript" charset="utf-8">
function disp1(var1) {
if (var1=='link_1')
outside_location.setInnerFBML(link_1);
else if (var1=='link_2')
outside_location.setInnerFBML(link_2);
}
</script>
<form>
<select id="gowhere" onchange="disp1(document.getElementById('gowhere') .getValue())">
<option>-Select below-
<option value="link_1">View Our Inventory
<option value="link_2">Visit Our Website
</select>
</form>
<div id="outside_location"></div>
<fb:js-string var="link_1"><fb:iframe width="760" height="1280" frameborder='0' src='http://backwebs.homenetinc.com/SalesDemo-ATijerina/browse/view_detailed/type_both/' /></fb:js-string>
<fb:js-string var="link_2"><fb:iframe width="760" height="1280" frameborder='0' src='http://www.homenetsalesdemo5.com/site/' /></fb:js-string>
<script type="text/javascript" charset="utf-8">
var outside_location = document.getElementById('outside_location');
</script>

Those highlighted spots: sorry, could someone tell me exactly how I would ask for that information from my DMS provider? Terminology to use would be great.

Thanks
__________________
Chris Frentzen
Internet Sales Manager
Hyundai of Keene
CFrentzen is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookGoogle Bookmark this Post!Bookmark to Squidoo!Twit this!
Reply With Quote
Old 03-10-2010, 11:22 AM   #14 - Top
 
Billfred's Avatar
Company: Jim Hudson Buick/GMC/Cadillac/Saab
 
Refreshed
Join Date: Oct 2009
Posts: 32
Default Re: How to Add Inventory or Web Sites to your Facebook Fan Page

Quote:
Originally Posted by CFrentzen View Post
Those highlighted spots: sorry, could someone tell me exactly how I would ask for that information from my DMS provider? Terminology to use would be great.

Thanks
You'd probably get some embeddable version of your inventory site; eBizAutos does one for us (example: http://jim-hudson-pontiac-gmc-saab.e...m/website.aspx) that we use for our regular site.
__________________
William "Billfred" Leverette - Facebooker, Twitterer, FIRSTer, Gamecock, and occasional Internet Marketing Specialist, Jim Hudson Buick/Pontiac/GMC/Saab
Billfred is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookGoogle Bookmark this Post!Bookmark to Squidoo!Twit this!
Reply With Quote
Old 03-10-2010, 12:57 PM   #15 - Top
MattScalcione's Avatar
Company: HomeNet Automotive
 
Refreshed
Join Date: Jun 2009
Posts: 27
Default Re: How to Add Inventory or Web Sites to your Facebook Fan Page

Quote:
Originally Posted by CFrentzen View Post
<script type="text/javascript" charset="utf-8">
function disp1(var1) {
if (var1=='link_1')
outside_location.setInnerFBML(link_1);
else if (var1=='link_2')
outside_location.setInnerFBML(link_2);
}
</script>
<form>
<select id="gowhere" onchange="disp1(document.getElementById('gowhere') .getValue())">
<option>-Select below-
<option value="link_1">View Our Inventory
<option value="link_2">Visit Our Website
</select>
</form>
<div id="outside_location"></div>
<fb:js-string var="link_1"><fb:iframe width="760" height="1280" frameborder='0' src='http://backwebs.homenetinc.com/SalesDemo-ATijerina/browse/view_detailed/type_both/' /></fb:js-string>
<fb:js-string var="link_2"><fb:iframe width="760" height="1280" frameborder='0' src='http://www.homenetsalesdemo5.com/site/' /></fb:js-string>
<script type="text/javascript" charset="utf-8">
var outside_location = document.getElementById('outside_location');
</script>

Those highlighted spots: sorry, could someone tell me exactly how I would ask for that information from my DMS provider? Terminology to use would be great.

Thanks
Your set up is a bit different, your DDC site is fully integrated which means the inventory might be difficult to extract and get on Facebook cleanly. You could frame in the entire website like Brent did but it's not a good solution. I bet DDC has some sort of product in the works or already available for Facebook that would accomplish this for you. I'd check in with them before you start fiddling with this work-around.

If you used your inventory as is your code would look like:

<script type="text/javascript" charset="utf-8">
function disp1(var1) {
if (var1=='link_1')
outside_location.setInnerFBML(link_1);
else if (var1=='link_2')
outside_location.setInnerFBML(link_2);
}
</script>
<form>
<select id="gowhere" onchange="disp1(document.getElementById('gowhere') .getValue())">
<option>-Select below-
<option value="link_1">View Used Inventory
<option value="link_2">View New Inventory
</select>
</form>
<div id="outside_location"></div>
<fb:js-string var="link_1"><fb:iframe width="760" height="1280" frameborder='0' src=
'http://www.keenechryslerdodgejeep.com/used-inventory/index.htm?reset=InventoryListing' /></fb:js-string>
<fb:js-string var="link_2"><fb:iframe width="760" height="1280" frameborder='0' src=
'http://www.keenechryslerdodgejeep.com/new-inventory/index.htm?reset=InventoryListing' /></fb:js-string>
<script type="text/javascript" charset="utf-8">
var outside_location = document.getElementById('outside_location');
</script>
__________________
"I would gladly pay you Tuesday for a hamburger today."
J. Wellington Wimpy


MattScalcione is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookGoogle Bookmark this Post!Bookmark to Squidoo!Twit this!
Reply With Quote
Old 03-10-2010, 01:26 PM   #16 - Top
Brent Palen's Avatar
 
Refreshed
Join Date: Jul 2009
Posts: 79
Default Re: How to Add Inventory or Web Sites to your Facebook Fan Page

I was able to get it to work from other PC's around the dealership. All running various versions of IE. I am going to play with it a little though. Here is the link directly from the facebook page.

Do I have my Application Settings right? This is what it says;

Box: Available(Add)
Tab: Added (Remove)

This is all probably a little over my head.
__________________
Brent Palen
Internet Sales Manager
Holm Automotive Center
Abilene, Kansas
www.holmauto.com
www.holmauto.blog.com
Brent Palen is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookGoogle Bookmark this Post!Bookmark to Squidoo!Twit this!
Reply With Quote
Old 03-10-2010, 02:00 PM   #17 - Top
Brent Palen's Avatar
 
Refreshed
Join Date: Jul 2009
Posts: 79
Default Re: How to Add Inventory or Web Sites to your Facebook Fan Page

O.K. I tried another code. Found it here. Had to change the "scroll" to "yes" but I can't figure out how to make it fit (any suggestions)?

Let me know if it works. (Click Here)
__________________
Brent Palen
Internet Sales Manager
Holm Automotive Center
Abilene, Kansas
www.holmauto.com
www.holmauto.blog.com
Brent Palen is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookGoogle Bookmark this Post!Bookmark to Squidoo!Twit this!
Reply With Quote
Old 03-10-2010, 02:05 PM   #18 - Top
Mitchell Brenner's Avatar
Company: Precision Acura of Princeton
 
Refreshed
Join Date: Sep 2009
Posts: 95
Default Re: How to Add Inventory or Web Sites to your Facebook Fan Page

DealerRater.Com also has a free app for their certified dealers that will put your inventory on Facebook.

Here's a link to my Facebook page. Inventory is under Classified Ads tab.

Precision Acura of Princeton Classified Ads | Facebook)
__________________
Thank You,

Mitchell Brenner
e-Commerce Manager
Precision Acura of Princeton
609 895 0600 ext 320

mbrenner@precisionacura.com

www.precisionacura.com
Mitchell Brenner is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookGoogle Bookmark this Post!Bookmark to Squidoo!Twit this!
Reply With Quote
Old 03-10-2010, 02:09 PM   #19 - Top
AutoArchitech's Avatar
Company: Autoarchitech
 
Refreshed
Join Date: Dec 2009
Posts: 81
Default Re: How to Add Inventory or Web Sites to your Facebook Fan Page

I always thought you could not add aps to commercial facebook pages. Personal ones yes, not commercial ones
AutoArchitech is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookGoogle Bookmark this Post!Bookmark to Squidoo!Twit this!
Reply With Quote
Old 03-10-2010, 02:49 PM   #20 - Top
MattScalcione's Avatar
Company: HomeNet Automotive
 
Refreshed
Join Date: Jun 2009
Posts: 27
Default Re: How to Add Inventory or Web Sites to your Facebook Fan Page

Quote:
Originally Posted by Brent Palen View Post
O.K. I tried another code. Found it here.
Let me know if it works. (Click Here)
I think I figured out the discrepancy we're experiencing from one PC to another. If you hit the Facebook link directly to your tab, it doesn't work.

Example: Holm Automotive Center Pre-Owned Vehicles | Facebook

But if you hit the page by visiting your Fan Page, then clicking the tab "Preowned Inventory" it works.
Holm Automotive Center | Facebook

I am guessing the Fan page collects needed session variables to pass to the tab that aren't there if you reference the tab directly. The JS error it tosses is: Error: a4949752878_link_1 is not defined. Arnolds page exhibits this same behaviour.

So using this method we are unable to link directly to tabs.. no big deal really, I can't think of a scenario where linking directly to the FB inventory tab would be necessary.

Quote:
Had to change the "scroll" to "yes" but I can't figure out how to make it fit (any suggestions)?
Unfortunately there's no good answer here, your site is built optimally for the majority of web browsers (1024x768) and Facebook currently only supports 760px width for tabs. In fact with the new Facebook updates looming this real estate will be reduced to only 520px.
__________________
"I would gladly pay you Tuesday for a hamburger today."
J. Wellington Wimpy


MattScalcione is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookGoogle Bookmark this Post!Bookmark to Squidoo!Twit this!
Reply With Quote
 
Reply

Tags
automotive, facebook, internet, marketing, social media

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



 

1 2 3 4 5 6 7 8 9 10 11 12 13