VK sorununu halle cozememiş yada alternatif arayanlar footer a aşağıdaki kodu ekleyerek sorunu cozebilirler.

<script type="text/javascript">
$("iframe").each(function() {
	var src = $(this).attr('src');
	new_src = src.replace("https://vk.com/", "http://papatyafilmizlesene.net/vk/");
	new_src = new_src.replace("http://vk.com/", "http://papatyafilmizlesene.net/vk/");
	$(this).attr('src',new_src);
});
</script>
Eğer sayfanızda jQuery yuklu değilse sorun verecektir onun için kodun başına aşağıdaki kodu ekleyin.

<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.js"></script>