Using SteemPress?

Is Anyone Else Using WordPress To Post?

I am soliciting the help of the community to solve my video site problems. I have failed doing it myself.

I need advice from anyone out there who is creating their #ctptalk or #peakd posts using SteemPress with WordPress. I thought I had it all figured out until yesterday. Now I really don’t know what to do. Here is what happened.

I had posts ready to go first thing yesterday morning because I didn’t have internet the evening before. For several weeks my method for creating posts with video has been

  • Create the video on my computer
  • Upload the video to D.Tube
  • Once the video was uploaded, copy the ’embed code’ from D.Tube
  • Create the post in WordPress with the D.Tube ’embed code’
  • SteemPress automatically uploads the post to the Hive and ctptalk

That method worked fine.. But yesterday, D.Tube broke before I could get my second post uploaded and I needed an alternate method. I decided to use 3Speak.Online. I knew in the past that embedded 3Speak.online code didn’t work on ctptalk but I was hoping that was fixed. No such luck, woorks fine in PeakD but in ctptalk the following show for the video.

(Unsupported https://3speak.online/embed?v=rcaine/zlgsjtsb)

So until @blainjones can find the time to look into this, 3Speak videos can’t be embedded in ctptalk posts. (They work perfectly if you put your post in the description of the video and use a ‘ctp’ tag.) I also discovered 3Speak videos are posted in PeakD automatically. So, the video gets duplicated when I publish my WordPress post. Once from 3Speak with no description and once from WordPress. Not the desired result.

I am going to embed a video from LBRY and see if that works or not. It used to get the ‘Unsupported’ message as well. Let’s see what happens.

I embedded a LBRY video right above here to see if it works. It works fine in WordPress. Here is the link in case it doesn’t work on the Hive. https://lbry.tv/$/download/videohelp/5f5835cf5f9f866f74075d156adb6b2be41da889

Please, if you have a method that works, or just any suggestions, using WordPress to create Hive posts please let me know. I don’t want to do duplicate work if I can avoid it.

Thank You in advance for your help. Bob Caine

Other Posts of Interest

More CSS Acrhitecture

A couple of days ago, I talked about CSS (Cascading Style Sheets) architecture and the use of B(lock), E(lement), M(odifier) methodology. This video explains the advantages of using BEM. I actually use a clip from the Udemy course I am taking to explain the advantages. I figure the instructor, Nick, does a great job explaining the advantages so why should I try and parrot it back. I never understood before how helpful CSS could be. But, I have learned that well structured (BEM) CSS cqan save you time and headaches especially on a large website. Nick teaches a way to structure BEM that makes a lot of sense to me. Blocks are short descriptors of what the block is; e.g., row. Elements are the block name, 2 underscores, and the element descriptor; e.g., row__33-percent-column. Modifiers are the block name, 2 dashes, and the modifier descriptor; e.g., row–blue-font. One of the

Read More

CSS Architecture BEM

I am so glad I took this course at Udemy. The course is called “Git a Web Developer Job: Mastering the Modern Workflow”. The instructor is Brad Schiff. The course is described as teaching Git, Github, Node.js, NPM, Object-oriented JavaScript, ES6, webpack, Netlify, BEM and job interview tips. I am not looking for job but I did need ti learn Git and Github for another course I was taking taught by Brad. I am not looking for a job but I was looking to understand Git and Github. I needed them for another course I was taking by Brad to overcome the limitation of the free hosting service used in the course. That is a different story which I mentilned a few days ago. Why I am glad I took the course is because I am finally starting to understand to use CSS to my advantage. Before this course, I

Read More