i'm trying to embed VIEWS.
1. create views page.
2. add embed-widgets block on this page.
3. copy paste the code on another website.
4. as results: You do not have permission to view this content.

what i'm doing wrong?

Comments

davidzz’s picture

I have the same problem... very frustrating

queryblitz’s picture

Same here I'm having to use Web Widgets instead which is a bummer.

queryblitz’s picture

Title: You do not have permission to view this content. » You do not have permission to view this content. - Possibly a Fix

Ok, I got it to work, but it's really weird.
I had a Views Block I wanted to get as a widget.
On a hunch, I added a Page display in Views, then told my block to only display on that path. Then in the Embed Widgets settings, under Widget Types, I selected "Block" and under Block Widgets I selected "Append widget link to blocks."
It's not perfect, but it's the only way I could get it to work.
Now I've got to figure out how to hide the link on all the other pages. Probably just with PHP.

rak’s picture

If you want to comment it out, the link is in the widget.tpl.php template file.

queryblitz’s picture

Oh, ok. So what I could do is just use PHP to tell it to only display on that page. Cool.