Skip to content

Commit 24ffe62

Browse files
committed
Update README.md
1 parent b8e681e commit 24ffe62

1 file changed

Lines changed: 10 additions & 4 deletions

File tree

README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ Also, please subscribe to the [Phaser World](https://phaser.io/community/newslet
157157

158158
### Facebook Instant Games
159159

160-
Phaser 3.13 introduced the new [Facebook Instant Games](https://developers.facebook.com/docs/games/instant-games) Plugin. The plugin provides a seamless bridge between Phaser and version 6.2 of the Facebook Instant Games SDK. Every single SDK function is available via the plugin and we will keep track of the official SDK to make sure they stay in sync.
160+
Phaser 3.13 introduced the new [Facebook Instant Games](http://phaser.io/news/2018/10/facebook-instant-games-phaser-tutorial) Plugin. The plugin provides a seamless bridge between Phaser and version 6.2 of the Facebook Instant Games SDK. Every single SDK function is available via the plugin and we will keep track of the official SDK to make sure they stay in sync.
161161

162162
The plugin offers the following features:
163163

@@ -177,6 +177,12 @@ The plugin offers the following features:
177177
* Easily preload a set of interstitial ads, in both banner and video form, then display the ad at any point in your game, with in-built tracking of ads displayed and inventory available.
178178
* Plus other features, such as logging to FB Analytics, creating short cuts, switching games, etc.
179179

180+
We've 3 tutorials related to Facebook Instant Games and Phaser:
181+
182+
* [Getting Started with Facebook Instant Games](http://phaser.io/news/2018/10/facebook-instant-games-phaser-tutorial)
183+
* [Facebook Instant Games Leaderboards Tutorial](http://phaser.io/news/2018/11/facebook-instant-games-leaderboards-tutorial)
184+
* [Displaying Ads in your Instant Games](http://phaser.io/news/2018/12/facebook-instant-games-ads-tutorial)
185+
180186
A special build of Phaser with the Facebook Instant Games Plugin ready-enabled is [available on jsDelivr](https://www.jsdelivr.com/projects/phaser). Include the following in your html:
181187

182188
```html
@@ -382,8 +388,8 @@ All rights reserved.
382388

383389
"Above all, video games are meant to be just one thing: fun. Fun for everyone." - Satoru Iwata
384390

385-
[get-js]: https://github.com/photonstorm/phaser/releases/download/v3.11/phaser.js
386-
[get-minjs]: https://github.com/photonstorm/phaser/releases/download/v3.11/phaser.min.js
391+
[get-js]: https://github.com/photonstorm/phaser/releases/download/v3.15.1/phaser.js
392+
[get-minjs]: https://github.com/photonstorm/phaser/releases/download/v3.15.1/phaser.min.js
387393
[clone-http]: https://github.com/photonstorm/phaser.git
388394
[clone-ssh]: git@github.com:photonstorm/phaser.git
389395
[clone-ghwin]: github-windows://openRepo/https://github.com/photonstorm/phaser
@@ -392,4 +398,4 @@ All rights reserved.
392398
[issues]: https://github.com/photonstorm/phaser/issues
393399
[examples]: https://github.com/photonstorm/phaser3-examples
394400
[contribute]: https://github.com/photonstorm/phaser/blob/master/.github/CONTRIBUTING.md
395-
[forum]: http://www.html5gamedevs.com/forum/33-phaser-3/
401+
[forum]: https://phaser.discourse.group/

0 commit comments

Comments
 (0)