php - Echo a script tag from LinkedIn -
is there way echo these scripts in complete form via php echo?
<script src="//platform.linkedin.com/in.js" type="text/javascript">api_key: 11111 </script> <script type="in/apply" data-companyid="111111" data-jobtitle="sr. software support programmer/analyst" data-joblocation="atlanta" data-email="script@gmail.com"></script>
these scripts generated linkedin tool, , client able copy, paste custom field in wordpress.
when try echo field, writes page.
html_entity_decode() needed http://php.net/manual/en/function.html-entity-decode.php.
Comments
Post a Comment