diff --git a/How-to-create-a-new-Bridge?.md b/How-to-create-a-new-Bridge?.md new file mode 100644 index 0000000..d7d60a1 --- /dev/null +++ b/How-to-create-a-new-Bridge?.md @@ -0,0 +1,23 @@ +Create a new file in the `bridges/` folder (see [Folder structure](Folder-structure)). + +The file name begins with the name of the site, followed by the word 'Bridge' and the file type PHP. + +**Examples:** + +Site | Filename +-----|--------- +Wikipedia | **Wikipedia**Bridge.php +Facebook | **Facebook**Bridge.php +GitHub | **GitHub**Bridge.php + +The file must start with the PHP tags and end with an empty line. The closing tag `?>` is [omitted](http://php.net/basic-syntax.instruction-separation). + +**Example:** + +```PHP +