One way to promote your branded mobile app is to add a video to your website displaying the many features that the mobile app offers. You can add a video about the app, along with a link to the app on both your eAgentc and eEdge site. (To view the mobile app page created by Gary, click here: Kusher Realty Group Mobile App.) *Don’t forget that in order for the app to work, you must have your Wolfnet IDX activated.*
First, watch the video below to find out how the new App can revolutionize the way you do business, then read below to find out how to activate your mobile app, add a link to the mobile app on your website and embed a youtube video about the app’s features to entice prospective clients to download it.
Advanced Users: The mobile app runs using Wolfnet technology and can be found in your eAgentC admin tool in section 4.5 Mobile App. Activate the app, then add it to your site using either a link or a focus box. To add the video, simply copy and paste the code corresponding to the video play style of your choice (below) into the desired source page on either of your websites.
Code for Video:
1 |
<iframe src="//www.youtube.com/embed/BqkGM5qVHxU?rel=0" height="360" width="640" allowfullscreen="" frameborder="0"></iframe> |
Code for Video with Autoplay:
1 |
<iframe width="640" height="360" src="//www.youtube.com/embed/BqkGM5qVHxU?rel=0&autoplay=1" frameborder="0" allowfullscreen=""></iframe> |
You can add the video above to your eEdge site using the codes below. Simply use the html editor function on your eEdge homepage or on your custom page.
eEdge code:
1 2 3 4 5 6 |
<object width="500" height="315" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"> <param name="allowFullScreen" value="true" /> <param name="allowscriptaccess" value="always" /> <param name="src" value="//www.youtube.com/v/BqkGM5qVHxU?version=3&hl=en_US;rel=0" /> <param name="allowfullscreen" value="true" /><embed src="//www.youtube.com/v/BqkGM5qVHxU?version=3&hl=en_US;rel=0" type="application/x-shockwave-flash" width="500" height="315"></embed> </object> |
eEdge video with auto play:
1 2 3 4 5 6 |
<object width="500" height="315" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"> <param name="allowFullScreen" value="true" /> <param name="allowscriptaccess" value="always" /> <param name="src" value="//www.youtube.com/v/BqkGM5qVHxU?version=3&hl=en_US;rel=0;autoplay=1" /> <param name="allowfullscreen" value="true" /><embed src="//www.youtube.com/v/BqkGM5qVHxU?version=3&hl=en_US;rel=0;autoplay=1" type="application/x-shockwave-flash" width="500" height="315"></embed> </object> |