Skip to content

Instantly share code, notes, and snippets.

@mohamed7sameer
mohamed7sameer / empty-wp-plugin.php
Created October 14, 2022 21:04 — forked from sareiodata/empty-wp-plugin.php
Empty WordPress plugin
<?php
/**
* Plugin Name: Name Of The Plugin
* Plugin URI: http://URI_Of_Page_Describing_Plugin_and_Updates
* Description: A brief description of the Plugin.
* Version: The Plugin's Version Number, e.g.: 1.0
* Author: Name Of The Plugin Author
* Author URI: http://URI_Of_The_Plugin_Author
* License: A "Slug" license name e.g. GPL2
*/
@mohamed7sameer
mohamed7sameer / meta-tags.md
Created January 25, 2020 16:29 — forked from lancejpollard/meta-tags.md
Complete List of HTML Meta Tags

Copied from http://code.lancepollard.com/complete-list-of-html-meta-tags/

Basic HTML Meta Tags

<meta name="keywords" content="your, tags"/>
<meta name="description" content="150 words"/>
<meta name="subject" content="your website's subject">
<meta name="copyright"content="company name">
<meta name="language" content="ES">
@mohamed7sameer
mohamed7sameer / facebook.html
Created August 17, 2018 16:17 — forked from houtianze/facebook.html
Facebook login
<!DOCTYPE html>
<html>
<head>
<title>Facebook Login JavaScript Example</title>
<meta charset="UTF-8">
</head>
<body>
<p id="greeting">Test</p>
<script>
// This is called with the results from from FB.getLoginStatus().