I have a video library with a growing number of videos and alternate sorting views. Each video can be played on the same screen as the library page itself. Each video has a set of 4 social media icons for users to share specific videos. The callback URL of each share is different and returns to a specific player page for that video.
I presently have all the social media icons loading as the page loads and it takes an eternity. I want to have the social media icons CREATED on the fly when a user reveals the social media buttons.
I have been able to get the CODE for the buttons to propagate from JS code to their assigned div using innerHTML, but the browser doesn't seem to PARSE those tags to view them properly (other than Facebook).
My original (eternity) page can be viewed at http://aviom.com/AviomSupport/Videos.cfm
My failed attempt to make them show up on the fly can be seen at http://aviom.com/AviomSupport/Videos_jstrim.cfm
Twitter shows up as only text, Facebook seems to be working, Google+ is a total fail, had to remove my attempts for LinkedIn due to the attempts halting the script.
Could use some pointers.
I presently have all the social media icons loading as the page loads and it takes an eternity. I want to have the social media icons CREATED on the fly when a user reveals the social media buttons.
I have been able to get the CODE for the buttons to propagate from JS code to their assigned div using innerHTML, but the browser doesn't seem to PARSE those tags to view them properly (other than Facebook).
My original (eternity) page can be viewed at http://aviom.com/AviomSupport/Videos.cfm
My failed attempt to make them show up on the fly can be seen at http://aviom.com/AviomSupport/Videos_jstrim.cfm
Twitter shows up as only text, Facebook seems to be working, Google+ is a total fail, had to remove my attempts for LinkedIn due to the attempts halting the script.
Could use some pointers.
Comment