You might see that the Dropbox Community team have been busy working on some major updates to the Community itself! So, here is some info on what’s changed, what’s staying the same and what you can expect from the Dropbox Community overall.

Forum Discussion

CJason's avatar
CJason
Helpful | Level 5
4 years ago

Embedded Folder -Grid View Using AnchorTags

Hello,
I've embedded a Dropbox folder in a Wordpress website using anchor tags. example:
<a href="https://www.dropbox.com/sh/url" class="dropbox-embed" data-height="600px" data-width="100%"></a>

It works fine but defaults to list view. I want to know how to display it as grid view automatically. Is this possible while using anchor tags?

  • The "list" and "grid" options for "view" can be set when using the Embedder but only via JavaScript, not via anchor tags. I'll pass this along as a feature request but I can't promise if or when that might be implemented.

  • Greg-DB's avatar
    Greg-DB
    Icon for Dropbox Staff rankDropbox Staff

    The "list" and "grid" options for "view" can be set when using the Embedder but only via JavaScript, not via anchor tags. I'll pass this along as a feature request but I can't promise if or when that might be implemented.

    • CJason's avatar
      CJason
      Helpful | Level 5

      Ok. I could not figure out how to embed it in Wordpress using Javascript, but thanks.