https://github.com/itteco/iframely-wordpress
Iframely plugin for WordPress. Embed anything, with responsive widgets.
https://github.com/itteco/iframely-wordpress
Last synced: 8 months ago
JSON representation
Iframely plugin for WordPress. Embed anything, with responsive widgets.
- Host: GitHub
- URL: https://github.com/itteco/iframely-wordpress
- Owner: itteco
- Created: 2013-09-30T18:21:22.000Z (over 12 years ago)
- Default Branch: main
- Last Pushed: 2025-09-24T21:29:31.000Z (8 months ago)
- Last Synced: 2025-09-29T09:45:17.892Z (8 months ago)
- Language: PHP
- Homepage: http://wordpress.org/plugins/iframely/
- Size: 10.9 MB
- Stars: 14
- Watchers: 7
- Forks: 6
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Iframely WordPress plugin
## Installation
npm install
### Gutenberg build
npm run build
### Gutenberg watch
npm run start
### Update POT file
gulp clean
wp i18n make-pot . lang/iframely.pot --headers="{\"Project-Id-Version\": \"Iframely\", \"Report-Msgid-Bugs-To\": \"https://wordpress.org/support/plugin/iframely/\", \"Last-Translator\": \"Iframely.com\", \"Language-Team\": \"Iframely.com\"}"
wp i18n make-json lang --no-purge
## Release
Copy plugin files to `release` folder with proper SVN structure:
gulp release
Alternatively, add specific version to `tags` directory:
gulp release --tag=1.0
Clean `release` folder:
gulp clean
## Update WordPress SVN
Rebase to latest revision
svn up
Add new files to source control:
svn add tags/*
svn add trunk/*
List the updates:
svn stat
Commit to SVN:
svn ci -m "version 1.1.1"