Description
The videograph Plugin for WordPress allows you to integrate Videograph’s video management capabilities into your WordPress website with ease. Streamline the process of adding, managing, and displaying videos, enhancing the user experience on your site.
3rd Party Service Disclosure
This plugin relies on the Videograph.ai service for various functionalities, including fetching video content, managing live streams, and embedding videos. Users should be aware that by using this plugin, data may be transmitted to and processed by Videograph.ai servers.
For more information about Videograph.ai, please visit Videograph.ai website.
Legal Information
Key Features:
– Effortless Video Integration: With this plugin add videos to your WordPress site effortlessly using shortcodes.
– Customization Options: Tailor the appearance of videos using customizable width, height, and other parameters within the shortcode.
– Live Streaming: You can start live streaming in your WordPress site with the Videograph WP plugin.
– Streamlined Management: Easily manage your Videograph videos directly from the WordPress dashboard.
– Enhanced User Experience: Deliver an exceptional video viewing experience to your audience with the help of Videograph’s advanced video technology.For more information, visit Videograph.
Logo:
Icon:
Icon:
Icon:
Banner:
Credits
- Credits: Videograph
License
This plugin is licensed under the GPL-2.0-or-later or later.
<?php code(); ?>
Installation
-
Download the Plugin:
Download the latest release by either clicking “Code” above and then downloading a .zip of this repo or clicking “Releases” on the right and downloading the .zip file. -
Upload the Plugin:
Upload the downloaded .zip file on your WordPress plugins admin page, just like any other plugin. This repo contains all the necessary dependencies. -
Activate the Plugin:
Once uploaded, activate the plugin through the ‘Plugins’ menu in WordPress. -
Configure API Key:
Head to the plugin’s settings page under the Videograph item on the left-hand menu and enter your API keys. -
Start Using:
That’s it! You’re now ready to upload videos and start embedding them into your pages and posts.
FAQ
-
What is Videograph?
-
Videograph is a cutting-edge video encoding, streaming, and analysis platform that offers advanced features such as video encoding, video analytics, and intelligent video processing. This plugin allows seamless integration of Videograph’s capabilities into your WordPress website.
-
How do I use this plugin to display videos?
-
After installing and activating the plugin, you can use the provided shortcode
[videograph content_id=""]
in any post or page, specifying the video’s ID. For example:[videograph content_id="123"]
. -
How can I customize the appearance of the videos?
-
You can customize the appearance of the videos by adjusting the width, height, and other parameters within the shortcode. For instance, you can set the width and height using
[videograph_video id="123" width="640" height="360"]
. -
Can I manage my videos directly from WordPress?
-
Absolutely! This plugin enables you to manage your Videograph.ai videos directly from your WordPress dashboard, providing a streamlined and convenient experience.
-
Where can I get my API keys for Videograph.ai integration?
-
To integrate Videograph with this plugin, you’ll need API keys including an Access Token and a Secret Key. Obtain these keys by signing up on Videograph and following their provided documentation. To know more about generating API keys, click here.
-
How can I add new videos using this plugin?
-
The plugin offers an “Add New Video” page where you can input video URLs to add new videos to your WordPress site. Visit the “Add New Video” section in the plugin menu and follow the instructions.
-
What do I do if I encounter issues with the plugin?
-
If you face any problems or have queries regarding the plugin, you can reach out to our support team for assistance. Contact details can be found on the plugin’s settings page in the WordPress dashboard. Reach out to our support team at [email protected]
Reviews
There are no reviews for this plugin.
Contributors & Developers
“videograph” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “videograph” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.0
- Initial release of the Videograph plugin.
- Added integration with Videograph.ai service for video management.
- Implemented shortcode for effortless video embedding.
- Provided settings page for configuring API keys and other options.
1.1
- Released: 2024-11-13
- Improved: Increased the API request timeout to 20 seconds for better handling of slow API responses.