How can I inherit a view such that it shows different placeholders when shown from different menus?
It seems that inheritance is not a mechanism that would allow this, am I right?
If so, are there any other ways of achieving the same view but with different placeholders?
Copy-pasting the view wouldn't work as the inherited views won't be considered/pulled in.
A widget, probably?
Ah, I think fields_view_get() should fix the issue :) Will try it out.