Getting Started
Welcome to Vimeify! This guide will help you get up and running quickly.
What You'll Need
Before starting, make sure you have:
- WordPress 5.8 or higher
- PHP 7.4 or higher
- A Vimeo account (free or paid)
- Vimeo API credentials
Installation
Via WordPress Admin
- Go to Plugins → Add New in WordPress admin
- Search for "Vimeify"
- Click Install Now and then Activate
Via WP-CLI
bash
wp plugin install vimeify --activateManual Installation
- Download the plugin from WordPress.org
- Upload to
/wp-content/plugins/vimeify/ - Activate from Plugins menu
Getting Vimeo API Credentials
Use Existing Connection
If you already have another Vimeo plugin installed, Vimeify can use that connection automatically. Skip to the next section!
- Go to Vimeo Developer Portal
- Sign in with your Vimeo account
- Click Create an App (or use an existing app)
- Fill in the required information:
- App Name: Your site name
- App Description: Brief description
- App URL: Your WordPress site URL
- Generate an Access Token:
- Click Authentication tab
- Click Generate under Personal Access Token
- Select the scopes you need:
public- View public videosprivate- View private videoscreate- Create videosedit- Edit videosdelete- Delete videosupload- Upload videos
- Copy and save the access token securely
Connecting Vimeify to Vimeo
- In WordPress admin, go to Vimeify → Settings
- You'll see the Overview page with authentication form
- Enter your Access Token from Vimeo
- Click Connect
- If successful, you'll see a green checkmark
TIP
If you have an existing Vimeo plugin connection, Vimeify will detect it automatically and you may not need to enter any credentials!
Verify Connection
After connecting, the Overview page will show:
- ✅ Connection Status: Connected
- 📊 API Quota: Remaining API calls
- 👤 Account Info: Your Vimeo username
- 💾 Storage: Available storage space
Next Steps
Now that you're connected, you can:
Troubleshooting
Connection Failed
If connection fails, check:
- Credentials are correct: Copy-paste from Vimeo developer page
- Access token scopes: Ensure you selected necessary permissions
- Server requirements: PHP 7.4+, cURL enabled
- Firewall: Ensure WordPress can connect to Vimeo API
API Rate Limits
Vimeo has rate limits on API calls:
- Free: 1,000 requests per hour
- Plus/Pro: Higher limits based on plan
Vimeify automatically manages rate limits and queues operations when needed.