PHP Classes

File: metas.js

Recommend this page to a friend!
  Classes of Guillermina Gonjon   PHP Open Graph Meta Tags   metas.js   Download  
File: metas.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Open Graph Meta Tags
Generate HTML to insert Open Graph tag attributes
Author: By
Last change:
Date: 4 years ago
Size: 188 bytes
 

Contents

Class file image Download
// Metas.js function myFunction() { var copyText = document.getElementById("myInput"); copyText.select(); document.execCommand("copy"); alert("Copied Metas: " + copyText.value); }