Odysee Content
How to Sync Odysee Channels to Your WordPress Blog

How to Sync Odysee Channels to Your WordPress Blog

A quick tutorial on how to sync odysee posts to a wordpress blog.

Code snippet For embedding videos

elseif (strpos($this->post[‘link’], ‘.odysee.com/’) !== false || strpos($this->post[‘link’], ‘//odysee.com/’) !== false) {
preg_match(‘/.*odysee.com\/(.*):(.*)/’, $this->post[‘link’], $matches);
$this->post[‘post_content’] = ‘

‘ . $this->post[‘post_excerpt’];
}

You can use the Auto-hyperlink URL plugin to make hyperlinks from imported posts work.

Follow me on Mastodon:
https://social.librem.one/@tuxfoo