Wordpress panoramaic photos viewers - wordpress

am working on my Wordpress website, and came to this point where i want to add panoramic photos(360 Deg) to pages and posts,I've searched for plugins and it seems there is no one can do the job properly, after a little search about tools which used for the the purpose as a whole i came to several viewers based on three.js,e.g pannellum,I've tried to upload js/css files to wp-content,then use wp_enqueue_script(),wp_enqueue_style() within function.php,and then use an iframe as demos of these tools showed, it didn't work, any help would be appreciated.

Jetpack has a built-in 360/panoramic viewer. It's a pretty unknown feature but it works amazingly. The announcement post is here: https://en.blog.wordpress.com/2016/12/15/introducing-vr-and-360-content-for-all-wordpress-com-sites/
I would also suggest you read this for detailed instructions on how to upload and implement these: https://en.support.wordpress.com/embedding-360-photos-and-virtual-reality-vr-content/

Related

Wordpress: What do I need to allow users to highlight texts?

Great day to you all,
I'm using a forms plugin to create quizzes. In the plugin there is a piece of literary text on the left, questions on the right. I would like the user to be able to highlight or underline anything during the quiz. I have done a lot of researching to try and find a solution or a plugin to achieve such purpose.
If you please, assist I will be forever thankful. The plugin I'm using is eForm - WordPress Form Builder by WPQuark.
I have found the below tool set on one of the sites I was randomly browsing to find that what I am looking for is not impossible, but it is either custom-coded or a plugin somewhere. I can link the website that I have found this tool set on if you wish.
enter image description here

Sharing buttons in academic theme not working on blog post

I am sure this issue has a relatively straightforward solution, but I am a general web development novice, new to blogdown specifically, and just created my first site.
Aside from this one issue, everything is working great. In fact, I generally love the functionality, but I am having trouble getting the sharing buttons on my blog post to function properly. The issue is that a reader can share the title of a blog, on say Twitter, but it does not generate a URL for the post.
The result is that you get a Tweet with nothing linked... which is not helpful.
Leading to this not very actionable Tweet:
Instead what I want is this:
Here is the specific page where it is a problem:
https://mgb-research.netlify.com/post/gaussian-process-imputation-models/
And here is my Git repo with the site files:
https://github.com/matgbar/main_site
I can see that the button is referencing post/gaussian-process-imputation-models/, but it is not including the equally important: https://mgb-research.netlify.com/ in front of the page info.
I have tried tinkering with certain settings, including relativeruls=false vs. true. Nothing seems to make a difference that I have done so far.
I had the same problem. Instead of adding it to each post. I found a related issue where Yihui Xie recommends setting the baseURL on the config.toml file and then build the site:
serve_site() is only for local preview. If you want to publish the site, you need to run blogdown::build_site() so that baseurl is actually written to all pages.
After a number of different approaches to this problem, I resolved it by adding the baseurl: to each page's header (see image below).
The page now renders full links using the sharing buttons.

Can I add RSS-less websites on Feedly or other RSS-Reader?

I am a huge fan of RSS.I am currently using Feedly as my default RSS Reader.I have a question though that I am unable to find the answer.How can I follow a website that does not provide RSS Feeds?I have tried several addons on firefox or extensions on chrome that automatically detect RSS when I am visiting a website,therefore with one-click I can add that website on Feedly.In addition I have searched through the internet to create manually an RSS Feed,when a website does not provide one,but it seems there is not a free way to do it,or if I try an online 'RSS Creator' (like page2rss and more) most of the times they are not working (either can't find the RSS of a website or create an invalid RSS).However,I didn't give up,so I was desperately seeking a way,to find the RSS Feed via the 'source code' of a website.Unfortunately,that only works for Youtube Channels and not for other websites.Is there a way via those actions to 'follow' another website?
I have found a way to 'detect changes' of Feed-less websites using update-scanner addon on firefox and page monitor on chrome.But,all I want to do is put those webpages in one app/website (like Feedly) so that I can follow them whether I am using my pc,or iphone/ipad (iOS),or tablet (android),or another user's pc/laptop.Any suggestions?Keep in mind that iOS devices don't support extensions.If I confused you,visit this link and you'll understand exactly what I am looking for.
http://googlereader.blogspot.gr/2010/01/follow-changes-to-any-website.html
The only drawback is that googleReader does not exist anymore!Do you know another RSS Reader that support this feature (like Feedly,the Old Reader etc) ?
Thanks!
A simple but basic solution is Page2Rss.com. You put the URL of the page. One's a day, the service crawl the page and generate an item for all what's new.
Feed43.com does a much better job, even its free version. You have to elaborate rules of extraction from the HTML code.
Feedity is much (much) more interactive, bit commercial.

wordpress adding links easily

we have an author that wants to be able to easily bookmark various articles and have them appear in a wordpress backed site. Over the years we have been using a cobbled together approach where we use the delicious toolbar and it feeds to a google reader. They bookmarked using these tools and we used wordpress to consume the rss feeds they produced. Now google has removed this feature.
Im hesitant to add yet another bookmarking/rss service out there for fear that I will be back to this problem in 6 months. I was thinking of writing or finding a simple firefox addon that would just create a link or blog post based on the url (and possible scan the html or css). It seems like this is a common problem, any other ideas or suggestions on how to solve this? I proposed just having our author use wordpress admin to add links, but that was too cumbersome.
Have you tried the "Press This" bookmarklet that comes with WordPress? It's on the Settings → Writing menu. Just drag it up to the bookmark toolbar in your browser.

browser shots wordpress plugins

One of my users asked if there was a plugin to take automatically a screenshot from a submitted website url. He also asked if there was a wordpress plugin for this.
can anyone tell me if such a plugin exist for wordpress or if it's possible with php, ajax or any other language?
As far as I understand your question you can use http://wordpress.org/extend/plugins/seekxl-snapr/ this plug-in will show a thumbnail of the url as the mouse over.
There are other plug-ins that uses websnapr[dot]com to create the images as well.
I personally don't know of any Wordpress plugins that take screenshots of a submitted website url, however there is a very nice service at http://browsershots.org/ that might be what you're looking for. Browsershots will render screenshots in almost any combination of browser and OS you could ever want.
Hope this helps.
I've had trouble with this for a while, it's so hard to get an accurate high quality screenshot generated. I've just released a stable plugin for handling this, it makes the process of automatically generating website screenshots in WordPress dead simple with a simple shortcode:
[browser-shot url="http://link-to-website" width="600"]
For more info checkout the official plugin page: http://wordpress.org/extend/plugins/browser-shots/
As far as i understand, you want this.
https://wordpress.org/plugins/cmp/
This plugin creates a website screenshot using only a website URL and
save into your own wordpress media library.
After creating the image, wordpress will prompt you either to "insert
into post" or "change attributes" just like after you upload an image.
Renaming is available.

Resources