Hallo,
ich wollte in meinen Blog das Plugin Simple Video Embedder und Simple Post Thumbnails installieren. Ich hab mir die ReadMe durchgelesen, und verstehe da bei beiden etwas nicht.
Bei Simple Video Embedder:
1. Upload the plugin file to your `wp-plugins/` folder.
2. Go the plugin management page and activate the plugin.
[COLOR=Red]3. Add the `p75GetVideo(int $postID)` to your theme.[/COLOR]
4. Go to Settings > Video Options to configure default values.
Bei Simple Post Thumbnails:
[COLOR=Red]1. Make sure that your host has the GD graphics extension for PHP enabled.[/COLOR]
2. Upload the plugin file to your `wp-plugins/` folder.
3. Go the plugin management page and activate the plugin.
[COLOR=Red]4. Add the `p75GetThumbnail(int $postID, [int $width, [int $height, [string $fileType]]])` function to your theme to get the URL of a thumbnail and `p75GetOriginalImage(int $postID)` to get the URL to the original image.[/COLOR]
5. Go to Settings > Thumbnail Options to configure default values for the plugin.
Kann mir einer hlefen?
DANKE!