function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
ramya raghavaramya raghava 

How to add image in g+ integration

I have integrated g+ to my visualforce page and its working fine. I want to display image dynamically which is a url field in my object{!obj.image}.how to do this?


<script type="text/javascript">
        (function() {
          var po = document.createElement('script');po.type='text/javascript'; po.async = true;
          po.src = 'https://apis.google.com/js/plusone.js';
          var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
           })();
      </script>
ShashForceShashForce
Hi,

Did you try adding an img element using javascript?

Thanks,
Shashank